Projet

Général

Profil

Révision 29771811

Ajouté par Assos Assos il y a presque 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/css/media.css
19 19
  display: none;
20 20
}
21 21

  
22
/* Workaround for Modal dialog underneith the Ctools modal dialog with jQuery 1.10. 
22
/* Workaround for Modal dialog underneith the Ctools modal dialog with jQuery 1.10.
23 23
   @TODO Remove this if ever ctools issue #1397370 ever gets fixed. */
24 24
.ui-front.media-wrapper {
25 25
  z-index: 10001 !important;
......
69 69

  
70 70
.media-item {
71 71
  background: #eee;
72
  border: 1px solid #CCCCCC;
72
  border: 1px solid #cccccc;
73 73
  box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
74 74
  display: inline-block;
75 75
  padding: 5px;
......
116 116
}
117 117

  
118 118
.media-list-thumbnails .media-item.selected {
119
  background: #F4ECC7;
120
  border-color: #058AC5;
119
  background: #f4ecc7;
120
  border-color: #058ac5;
121 121
}
122 122

  
123 123
.media-list-thumbnails .media-item:hover {
124
  border-color: #058AC5;
124
  border-color: #058ac5;
125 125
  cursor: pointer;
126 126
}
127 127

  
128 128
.media-list-thumbnails .media-item .label-wrapper label {
129
  color: #058AC5;
129
  color: #058ac5;
130 130
}
131 131

  
132 132
.media-list-thumbnails .media-item .label-wrapper label:hover {
......
152 152
/* Exposed filter field */
153 153
/* Use similar look and feel of a disabled field */
154 154
.media-ajaxing-disabled {
155
  background-color: #EBEBE4;
155
  background-color: #ebebe4;
156 156
}

Formats disponibles : Unified diff