Changeset 3770:75566f4ffead for admin/style/scss
- Timestamp:
- 07/10/18 13:41:19 (7 years ago)
- Branch:
- default
- Location:
- admin/style/scss
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_auth.scss
r3763 r3770 51 51 font-size: 1em; 52 52 } 53 input.details-cmd { 54 width: auto; 55 margin: 0 5px 0 0; 56 padding: 0; 57 } 53 58 #issue { 54 59 margin-left: 1.33em; -
admin/style/scss/partials/_classes.scss
r3763 r3770 29 29 } 30 30 31 .ac_odd { 32 background-color: $ac-results-background; 33 } 34 31 35 .ac_over { 32 36 color: $ac-results-over; -
admin/style/scss/partials/_forms.scss
r3767 r3770 104 104 border-color: $input-border; 105 105 } 106 input[type=file] { 107 color: $input-file-color; 108 background: $input-file-background; 109 } 106 110 // Special for invalid but not required fields 107 111 input:invalid:not(:required), textarea:invalid:not(:required), select:invalid:not(:required), input:not([type=file]):invalid:not(:focus):not(:required) { -
admin/style/scss/partials/_index.scss
r3764 r3770 34 34 border: 1px solid $index-icon-border; 35 35 display: inline-block; 36 filter: contrast($index-icon-contrast); 36 37 } 37 38 &:focus { -
admin/style/scss/partials/_markup.scss
r3767 r3770 182 182 img { 183 183 border: none; 184 background: in herit;184 background: initial; 185 185 } 186 186 } -
admin/style/scss/themes/_light.scss
r3768 r3770 170 170 $input-focus: $link-outline; // #bee74b 171 171 172 $input-file-color: $body-color; 173 $input-file-background: $body-background; 174 172 175 $form-note-color: $gray-dark; // #676e78 173 176 … … 279 282 280 283 // Application pages: 281 // - Auth 284 // - Auth (white background page) 282 285 283 286 $login-fieldset-background: $white; // #ffffff … … 291 294 $index-icon-border: shade($gray-very-light, 10%); // #dbdbdb 292 295 $index-icon-outline: $link-outline; // #bee74b 296 $index-icon-contrast: 100%; 293 297 294 298 $quick-background: $gray-very-light; // #f3f3f3
Note: See TracChangeset
for help on using the changeset viewer.