Browse Source

Fix color picker style in chrome

pull/36/head
Artur Arseniev 9 years ago
parent
commit
7625717233
  1. 2
      dist/css/grapes.min.css
  2. 2
      styles/css/main.css
  3. 3
      styles/scss/main.scss

2
dist/css/grapes.min.css

File diff suppressed because one or more lines are too long

2
styles/css/main.css

@ -3541,7 +3541,7 @@ ol.example li.placeholder:before {
.gjs-sm-sector .gjs-sm-color-picker, .gjs-clm-tags .gjs-sm-color-picker {
background-color: #ddd;
cursor: pointer;
height: 100%;
height: 16px;
width: 100%;
margin-top: -16px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

3
styles/scss/main.scss

@ -1160,7 +1160,8 @@ $arrowColor: $mainLhlColor; /*b1b1b1*/
.#{$sm-prefix}color-picker {
background-color: $fontColor;
cursor: pointer;
height: 100%; width: 100%;
height: 16px;
width: 100%;
margin-top: -16px;
box-shadow: 0 0 1px $mainDkColor;
border-radius: 1px;

Loading…
Cancel
Save