Changeset 3768:42e99b4be675 for admin/style/scss/partials/_buttons.scss
- Timestamp:
- 07/06/18 16:37:54 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_buttons.scss
r3763 r3768 35 35 vertical-align: middle; 36 36 } 37 38 /* Boutons javascript (dépliage/repliage, …) */39 40 .void-btn {41 border: none;42 border-radius: 0;43 padding: 0;44 }45 46 37 47 38 /* validation */ … … 209 200 } 210 201 202 /* Boutons javascript (dépliage/repliage, …) */ 203 204 .void-btn { 205 border: none; 206 border-radius: 0; 207 padding: 0; 208 } 209 210 input.details-cmd { 211 font-size: 0.9em; 212 border: none; 213 border-radius: 0; 214 padding: 0; 215 margin: 0 5px 0 0; 216 color: currentColor; 217 background: transparent; 218 &:hover, 219 &:focus { 220 background: transparent; 221 color: $input-focus; 222 } 223 } 211 224 212 225 /* specific buttons */ … … 260 273 border-radius: 0; 261 274 padding: 0; 262 background: none; 275 color: $addmeta-color; 276 background: $addmeta-background; 263 277 } 264 278 … … 269 283 &:hover, 270 284 &:focus { 271 background: $addmeta-background; 285 color: $addmeta-focus-color; 286 background: $addmeta-focus-background; 272 287 } 273 288 }
Note: See TracChangeset
for help on using the changeset viewer.