Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/css/views-admin.bartik.css
42 42
}
43 43

  
44 44
.views-displays .secondary .open > a:hover {
45
  color: #0071B3;
45
  color: #0071b3;
46 46
}
47 47

  
48 48
.views-displays .secondary input.form-submit {
......
57 57
 */
58 58

  
59 59
.views-filterable-options .even .form-type-checkbox {
60
  background-color: #F9F9F9;
60
  background-color: #f9f9f9;
61 61
}
62 62

  
63 63
.views-ui-dialog .ui-dialog-titlebar-close,
......
83 83
/* @group Buttons */
84 84

  
85 85
.ctools-button-processed {
86
  background-image:
87
    -moz-linear-gradient(
88
      -90deg,
89
      #ffffff 0px,
90
      #f9f9f9 100%);
91
  background-image:
92
    -webkit-gradient(
93
      linear,
94
      left top,
95
      left bottom,
96
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
97
      color-stop(1.0, rgba(249, 249, 249, 1.0))
98
    );
99
  background-image:
100
    -webkit-linear-gradient(
101
      -90deg,
102
      #ffffff 0px,
103
      #f9f9f9 100%);
104
  background-image:
105
    linear-gradient(
106
      -90deg,
107
      #ffffff 0px,
108
      #f9f9f9 100%);
86
  background-image: -moz-linear-gradient(
87
  -90deg,
88
  #fff 0px,
89
  #f9f9f9 100%
90
  );
91
  background-image: -webkit-gradient(
92
  linear,
93
  left top,
94
  left bottom,
95
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
96
  color-stop(1.0, rgba(249, 249, 249, 1.0))
97
  );
98
  background-image: -webkit-linear-gradient(
99
  -90deg,
100
  #fff 0px,
101
  #f9f9f9 100%
102
  );
103
  background-image: linear-gradient(
104
  -90deg,
105
  #fff 0px,
106
  #f9f9f9 100%
107
  );
109 108
  -moz-border-radius: 5px;
110 109
  -webkit-border-radius: 5px;
111 110
  border-radius: 5px;
......
114 113
}
115 114

  
116 115
.ctools-button-processed:hover {
117
  background-image:
118
    -moz-linear-gradient(
119
      -90deg,
120
      #ffffff 0px,
121
      #f1f1f1 100%);
122
  background-image:
123
    -webkit-gradient(
124
      linear,
125
      left top,
126
      left bottom,
127
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
128
      color-stop(1.0, rgba(241, 241, 241, 1.0))
129
    );
130
  background-image:
131
    -webkit-linear-gradient(
132
      -90deg,
133
      #ffffff 0px,
134
      #f1f1f1 100%);
135
  background-image:
136
    linear-gradient(
137
      -90deg,
138
      #ffffff 0px,
139
      #f1f1f1 100%);
116
  background-image: -moz-linear-gradient(
117
  -90deg,
118
  #fff 0px,
119
  #f1f1f1 100%
120
  );
121
  background-image: -webkit-gradient(
122
  linear,
123
  left top,
124
  left bottom,
125
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
126
  color-stop(1.0, rgba(241, 241, 241, 1.0))
127
  );
128
  background-image: -webkit-linear-gradient(
129
  -90deg,
130
  #fff 0px,
131
  #f1f1f1 100%
132
  );
133
  background-image: linear-gradient(
134
  -90deg,
135
  #fff 0px,
136
  #f1f1f1 100%
137
  );
140 138
}
141 139

  
142 140
.ctools-button-processed li a,
......
150 148
}
151 149

  
152 150
.ctools-dropbutton-processed.open:hover {
153
  background-image:
154
    -moz-linear-gradient(
155
      -90deg,
156
      #ffffff 0px,
157
      #f9f9f9 100%);
158
  background-image:
159
    -webkit-gradient(
160
      linear,
161
      left top,
162
      left bottom,
163
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
164
      color-stop(1.0, rgba(249, 249, 249, 1.0))
165
    );
166
  background-image:
167
    -webkit-linear-gradient(
168
      -90deg,
169
      #ffffff 0px,
170
      #f9f9f9 100%);
171
  background-image:
172
    linear-gradient(
173
      -90deg,
174
      #ffffff 0px,
175
      #f9f9f9 100%);
151
  background-image: -moz-linear-gradient(
152
  -90deg,
153
  #fff 0px,
154
  #f9f9f9 100%
155
  );
156
  background-image: -webkit-gradient(
157
  linear,
158
  left top,
159
  left bottom,
160
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
161
  color-stop(1.0, rgba(249, 249, 249, 1.0))
162
  );
163
  background-image: -webkit-linear-gradient(
164
  -90deg,
165
  #fff 0px,
166
  #f9f9f9 100%
167
  );
168
  background-image: linear-gradient(
169
  -90deg,
170
  #fff 0px,
171
  #f9f9f9 100%
172
  );
176 173
}
177 174

  
178 175
.ctools-dropbutton-processed.open {
......
220 217
}
221 218

  
222 219
.views-ui-display-tab-actions .ctools-button input {
223
  color: #0071B3;
220
  color: #0071b3;
224 221
}
225 222

  
226 223
.views-ui-display-tab-actions .ctools-button input:hover,
227 224
.views-ui-display-tab-actions .ctools-button input:focus {
228
  color: #018FE2;
225
  color: #018fe2;
229 226
}
230 227

  
231 228
/* @end */

Formats disponibles : Unified diff