Refined button styles.

This commit is contained in:
Sam Hewitt 2014-12-19 14:51:23 -05:00
parent 5b55e1ed20
commit 6e03cb2cdc
2 changed files with 4 additions and 10 deletions

View File

@ -17,9 +17,9 @@
*/
@define-color button_background shade(@base, 0.95);/* Button background color */
@define-color button_border shade(@button_background, 0.9);/* Button border color */
@define-color button_border shade(@border, 1.1);/* Button border color */
@define-color backdrop_button_background shade(@backdrop_background, 0.9);/* Backdrop button background color */
@define-color backdrop_button_border shade(@backdrop_button_background, 0.9); /* Backdrop button border color */
@define-color backdrop_button_border shade(@button_border, 0.9); /* Backdrop button border color */
/***********
* Buttons *
@ -92,7 +92,7 @@ GtkCalendar.button:backdrop:hover,
.button.text-button:active,
.button.image-button:active {
border: 1px solid @selection;
background-color: @selection;
background-color: shade(@selection, 1.1);
color: @selected_foreground;
}

View File

@ -74,12 +74,6 @@
color: @text;
}
.entry .button,
.entry .button:hover {
box-shadow:none;
}
/*********************
* Entry Progressbar *
*********************/
@ -116,7 +110,7 @@
margin: 0 2px 0 2px;
border-image: none;
border-style: none;
background-color: @selection;
background:none;
background-image: linear-gradient(to top,
transparent 2px,
@base 2px,