HighContrast: Update color button styling

Adapt to the previous commit.
This commit is contained in:
Matthias Clasen 2015-10-30 01:16:49 -04:00
parent e148876dd4
commit c925a840b2
2 changed files with 4 additions and 4 deletions

View File

@ -590,7 +590,7 @@ modelbutton.flat,
&:insensitive { color: $insensitive_fg_color; }
}
GtkColorButton.button { padding: 4px; } // Uniform padding on the
button.color { padding: 4px; } // Uniform padding on the
// GtkColorButton.button
/*********
@ -2382,7 +2382,7 @@ GtkColorSwatch {
// we need to re-set the shadow here since it get axed by the previous bit
&:selected { box-shadow: $_colorswatch_shadow; }
GtkColorButton > & { box-shadow: none; }
button.color > & { box-shadow: none; }
// border rounding
&.top {

View File

@ -777,7 +777,7 @@ modelbutton.flat,
.menuitem.button.flat:insensitive {
color: gray; }
GtkColorButton.button {
button.color {
padding: 4px; }
/*********
@ -2592,7 +2592,7 @@ GtkColorSwatch {
border-color: #fff; }
GtkColorSwatch:selected {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px #fff; }
GtkColorButton > GtkColorSwatch {
button.color > GtkColorSwatch {
box-shadow: none; }
GtkColorSwatch.top {
border-top-left-radius: 5px;