Changeset 3823:85eaa7dc0df4 for admin
- Timestamp:
- 08/25/18 08:08:55 (7 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default-dark.css
r3822 r3823 1080 1080 margin-top: .3em; 1081 1081 margin-bottom: .3em; } 1082 1083 input[type=color] { 1084 width: 4em; 1085 height: 3em; } 1082 1086 1083 1087 optgroup { -
admin/style/default.css
r3822 r3823 1080 1080 margin-top: .3em; 1081 1081 margin-bottom: .3em; } 1082 1083 input[type=color] { 1084 width: 4em; 1085 height: 3em; } 1082 1086 1083 1087 optgroup { -
admin/style/scss/partials/_forms.scss
r3780 r3823 180 180 margin-bottom: .3em; 181 181 } 182 input[type=color] { 183 width: 4em; 184 height: 3em; 185 } 182 186 optgroup { 183 187 font-weight: bold;
Note: See TracChangeset
for help on using the changeset viewer.