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.garland.css
54 54
.views-displays .secondary .open > a:hover {
55 55
  border-color: #e9e9e9 #e9e9e9 #f1f1f1 #e9e9e9;
56 56
  border-width: 1px 1px 1px 1px;
57
  color: #0071B3;
57
  color: #0071b3;
58 58
}
59 59

  
60 60
.views-displays .secondary input.form-submit {
......
84 84
}
85 85

  
86 86
.views-filterable-options .even .form-type-checkbox {
87
  background-color: #F9F9F9;
87
  background-color: #f9f9f9;
88 88
}
89 89

  
90 90
.views-ui-dialog .ui-dialog-titlebar-close,
......
101 101
/* @group Buttons */
102 102

  
103 103
.ctools-button-processed {
104
  background-image:
105
    -moz-linear-gradient(
106
      -90deg,
107
      #ffffff 0px,
108
      #f9f9f9 100%);
109
  background-image:
110
    -webkit-gradient(
111
      linear,
112
      left top,
113
      left bottom,
114
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
115
      color-stop(1.0, rgba(249, 249, 249, 1.0))
116
    );
117
  background-image:
118
    -webkit-linear-gradient(
119
      -90deg,
120
      #ffffff 0px,
121
      #f9f9f9 100%);
122
  background-image:
123
    linear-gradient(
124
      -90deg,
125
      #ffffff 0px,
126
      #f9f9f9 100%);
104
  background-image: -moz-linear-gradient(
105
  -90deg,
106
  #fff 0px,
107
  #f9f9f9 100%
108
  );
109
  background-image: -webkit-gradient(
110
  linear,
111
  left top,
112
  left bottom,
113
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
114
  color-stop(1.0, rgba(249, 249, 249, 1.0))
115
  );
116
  background-image: -webkit-linear-gradient(
117
  -90deg,
118
  #fff 0px,
119
  #f9f9f9 100%
120
  );
121
  background-image: linear-gradient(
122
  -90deg,
123
  #fff 0px,
124
  #f9f9f9 100%
125
  );
127 126
  -moz-border-radius: 5px;
128 127
  -webkit-border-radius: 5px;
129 128
  border-radius: 5px;
......
132 131
}
133 132

  
134 133
.ctools-button-processed:hover {
135
  background-image:
136
    -moz-linear-gradient(
137
      -90deg,
138
      #ffffff 0px,
139
      #f1f1f1 100%);
140
  background-image:
141
    -webkit-gradient(
142
      linear,
143
      left top,
144
      left bottom,
145
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
146
      color-stop(1.0, rgba(241, 241, 241, 1.0))
147
    );
148
  background-image:
149
    -webkit-linear-gradient(
150
      -90deg,
151
      #ffffff 0px,
152
      #f1f1f1 100%);
153
  background-image:
154
    linear-gradient(
155
      -90deg,
156
      #ffffff 0px,
157
      #f1f1f1 100%);
134
  background-image: -moz-linear-gradient(
135
  -90deg,
136
  #fff 0px,
137
  #f1f1f1 100%
138
  );
139
  background-image: -webkit-gradient(
140
  linear,
141
  left top,
142
  left bottom,
143
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
144
  color-stop(1.0, rgba(241, 241, 241, 1.0))
145
  );
146
  background-image: -webkit-linear-gradient(
147
  -90deg,
148
  #fff 0px,
149
  #f1f1f1 100%
150
  );
151
  background-image: linear-gradient(
152
  -90deg,
153
  #fff 0px,
154
  #f1f1f1 100%
155
  );
158 156
}
159 157

  
160 158
.ctools-button-processed ol li,
......
172 170
}
173 171

  
174 172
.ctools-dropbutton-processed.open:hover {
175
  background-image:
176
    -moz-linear-gradient(
177
      -90deg,
178
      #ffffff 0px,
179
      #f9f9f9 100%);
180
  background-image:
181
    -webkit-gradient(
182
      linear,
183
      left top,
184
      left bottom,
185
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
186
      color-stop(1.0, rgba(249, 249, 249, 1.0))
187
    );
188
  background-image:
189
    -webkit-linear-gradient(
190
      -90deg,
191
      #ffffff 0px,
192
      #f9f9f9 100%);
193
  background-image:
194
    linear-gradient(
195
      -90deg,
196
      #ffffff 0px,
197
      #f9f9f9 100%);
173
  background-image: -moz-linear-gradient(
174
  -90deg,
175
  #fff 0px,
176
  #f9f9f9 100%
177
  );
178
  background-image: -webkit-gradient(
179
  linear,
180
  left top,
181
  left bottom,
182
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
183
  color-stop(1.0, rgba(249, 249, 249, 1.0))
184
  );
185
  background-image: -webkit-linear-gradient(
186
  -90deg,
187
  #fff 0px,
188
  #f9f9f9 100%
189
  );
190
  background-image: linear-gradient(
191
  -90deg,
192
  #fff 0px,
193
  #f9f9f9 100%
194
  );
198 195
}
199 196

  
200 197
.ctools-dropbutton-processed.open {
......
249 246
}
250 247

  
251 248
.views-ui-display-tab-actions .ctools-button input {
252
  color: #027AC6;
249
  color: #027ac6;
253 250
  font-size: 12px;
254 251
}
255 252

  
256 253
.views-ui-display-tab-actions .ctools-button input:hover,
257 254
.views-ui-display-tab-actions .ctools-button input:focus {
258
  color: #0062A0;
255
  color: #0062a0;
259 256
}
260 257

  
261 258
/* @end */

Formats disponibles : Unified diff