Dotclear

Changeset 3823:85eaa7dc0df4 for admin


Ignore:
Timestamp:
08/25/18 08:08:55 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Give more room to see current selected color in input type="color"

Location:
admin/style
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default-dark.css

    r3822 r3823  
    10801080  margin-top: .3em; 
    10811081  margin-bottom: .3em; } 
     1082 
     1083input[type=color] { 
     1084  width: 4em; 
     1085  height: 3em; } 
    10821086 
    10831087optgroup { 
  • admin/style/default.css

    r3822 r3823  
    10801080  margin-top: .3em; 
    10811081  margin-bottom: .3em; } 
     1082 
     1083input[type=color] { 
     1084  width: 4em; 
     1085  height: 3em; } 
    10821086 
    10831087optgroup { 
  • admin/style/scss/partials/_forms.scss

    r3780 r3823  
    180180  margin-bottom: .3em; 
    181181} 
     182input[type=color] { 
     183  width: 4em; 
     184  height: 3em; 
     185} 
    182186optgroup { 
    183187  font-weight: bold; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map