Adwaita: dark active buttons for osd

This commit is contained in:
Lapo Calamandrei 2014-08-22 16:55:23 +02:00
parent 2ad15d1713
commit 6ece90301e
3 changed files with 9 additions and 13 deletions

View File

@ -324,7 +324,7 @@ $widget_edge: 0 1px $borders_edge; //outer hilight "used" on
//
// active osd button
//
$_bg: if($c!=$bg_color, $c, $selected_bg_color);
$_bg: if($c!=$bg_color, $c, $osd_borders_color);
color: white;
border-color: $osd_borders_color;
background-image: linear-gradient(to bottom, $_bg);

View File

@ -391,7 +391,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #215d9c);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none;
@ -435,7 +435,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #215d9c);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -1467,7 +1467,7 @@ GtkTreeView.view.progressbar {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #215d9c);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -2245,7 +2245,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #215d9c);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -3277,5 +3277,3 @@ GtkCalendar.header .button.titlebutton {
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: transparent;
transition-property: border, box-shadow, color; }
/*# sourceMappingURL=gtk-contained-dark.css.map */

View File

@ -383,7 +383,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #4a90d9);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none;
@ -427,7 +427,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #4a90d9);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -1461,7 +1461,7 @@ GtkTreeView.view.progressbar {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #4a90d9);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -2240,7 +2240,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-style: solid;
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #4a90d9);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -3273,5 +3273,3 @@ GtkCalendar.header .button.titlebutton {
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: transparent;
transition-property: border, box-shadow, color; }
/*# sourceMappingURL=gtk-contained.css.map */