HighContrast: Update headerbar styling

Adapt to the previous commit.
This commit is contained in:
Matthias Clasen 2015-10-30 01:09:18 -04:00
parent 40f9a0fe69
commit 43e2ee31bc
2 changed files with 24 additions and 24 deletions

View File

@ -867,7 +867,7 @@ GtkComboBox {
***************/ ***************/
.titlebar, .titlebar,
.header-bar { headerbar {
border-width: 0 0 1px; border-width: 0 0 1px;
border-style: solid; border-style: solid;
border-color: $borders_color; border-color: $borders_color;

View File

@ -1017,7 +1017,7 @@ GtkComboBox {
* Header bars * * Header bars *
***************/ ***************/
.titlebar, .titlebar,
.header-bar { headerbar {
border-width: 0 0 1px; border-width: 0 0 1px;
border-style: solid; border-style: solid;
border-color: gray; border-color: gray;
@ -1027,37 +1027,37 @@ GtkComboBox {
box-shadow: inset 0 -1px #d9d9d9, inset 0 1px #fff; box-shadow: inset 0 -1px #d9d9d9, inset 0 1px #fff;
padding: 6px; } padding: 6px; }
.titlebar:backdrop, .titlebar:backdrop,
.header-bar:backdrop { headerbar:backdrop {
border-color: #8d8d8d; border-color: #8d8d8d;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
box-shadow: none; } box-shadow: none; }
.titlebar .title, .titlebar .title,
.header-bar .title { headerbar .title {
font: Bold; font: Bold;
padding: 0px 12px; } padding: 0px 12px; }
.titlebar .subtitle, .titlebar .subtitle,
.header-bar .subtitle { headerbar .subtitle {
font-size: 80%; font-size: 80%;
padding: 0 12px; } padding: 0 12px; }
.titlebar .header-bar-separator, .titlebar > GtkBox > separator.vertical, .titlebar .header-bar-separator, .titlebar > GtkBox > separator.vertical,
GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > separator.vertical:backdrop, GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > separator.vertical:backdrop,
.header-bar .header-bar-separator, headerbar .header-bar-separator,
.header-bar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical,
GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > separator.vertical:backdrop { GtkPlacesSidebar.sidebar .view headerbar > GtkBox > separator.vertical {
-GtkWidget-wide-separators: true; -GtkWidget-wide-separators: true;
-GtkWidget-separator-width: 1px; -GtkWidget-separator-width: 1px;
border-width: 0 1px; border-width: 0 1px;
border-color: #000; border-color: #000;
border-style: solid; } border-style: solid; }
.titlebar.selection-mode, .titlebar.selection-mode,
.header-bar.selection-mode { headerbar.selection-mode {
color: black; color: black;
text-shadow: 0 1px rgba(0, 0, 0, 0.5); text-shadow: 0 1px rgba(0, 0, 0, 0.5);
background-image: linear-gradient(to bottom, #0d0d0d, #050505); background-image: linear-gradient(to bottom, #0d0d0d, #050505);
box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; } box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; }
.titlebar.selection-mode button, .titlebar.selection-mode button,
.header-bar.selection-mode button { headerbar.selection-mode button {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #fff; color: #fff;
@ -1065,7 +1065,7 @@ GtkComboBox {
background-color: #000; background-color: #000;
border-color: black; } border-color: black; }
.titlebar.selection-mode button:hover, .titlebar.selection-mode button:hover,
.header-bar.selection-mode button:hover { headerbar.selection-mode button:hover {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #fff; color: #fff;
@ -1073,7 +1073,7 @@ GtkComboBox {
border-color: black; border-color: black;
background-image: none; } background-image: none; }
.titlebar.selection-mode button:active, .titlebar.selection-mode button:active,
.header-bar.selection-mode button:active { headerbar.selection-mode button:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
background-image: none; background-image: none;
@ -1081,7 +1081,7 @@ GtkComboBox {
background-color: white; background-color: white;
border-color: black; } border-color: black; }
.titlebar.selection-mode button:insensitive, .titlebar.selection-mode button:insensitive,
.header-bar.selection-mode button:insensitive { headerbar.selection-mode button:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: gray; color: gray;
@ -1091,7 +1091,7 @@ GtkComboBox {
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
.titlebar.selection-mode button:backdrop, .titlebar.selection-mode button:backdrop,
.header-bar.selection-mode button:backdrop { headerbar.selection-mode button:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #fff; color: #fff;
@ -1102,7 +1102,7 @@ GtkComboBox {
icon-shadow: none; icon-shadow: none;
border-color: black; } border-color: black; }
.titlebar.selection-mode button:backdrop:insensitive, .titlebar.selection-mode button:backdrop:insensitive,
.header-bar.selection-mode button:backdrop:insensitive { headerbar.selection-mode button:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: gray; color: gray;
@ -1110,7 +1110,7 @@ GtkComboBox {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; } background-image: none; }
.titlebar.selection-mode button.suggested-action, .titlebar.selection-mode button.suggested-action,
.header-bar.selection-mode button.suggested-action { headerbar.selection-mode button.suggested-action {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #000; color: #000;
@ -1118,7 +1118,7 @@ GtkComboBox {
background-color: #fff; background-color: #fff;
border-color: gray; } border-color: gray; }
.titlebar.selection-mode button.suggested-action:hover, .titlebar.selection-mode button.suggested-action:hover,
.header-bar.selection-mode button.suggested-action:hover { headerbar.selection-mode button.suggested-action:hover {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #000; color: #000;
@ -1126,7 +1126,7 @@ GtkComboBox {
border-color: gray; border-color: gray;
background-image: none; } background-image: none; }
.titlebar.selection-mode button.suggested-action:active, .titlebar.selection-mode button.suggested-action:active,
.header-bar.selection-mode button.suggested-action:active { headerbar.selection-mode button.suggested-action:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
background-image: none; background-image: none;
@ -1134,7 +1134,7 @@ GtkComboBox {
background-color: black; background-color: black;
border-color: gray; } border-color: gray; }
.titlebar.selection-mode button.suggested-action:insensitive, .titlebar.selection-mode button.suggested-action:insensitive,
.header-bar.selection-mode button.suggested-action:insensitive { headerbar.selection-mode button.suggested-action:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: gray; color: gray;
@ -1144,7 +1144,7 @@ GtkComboBox {
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
.titlebar.selection-mode button.suggested-action:backdrop, .titlebar.selection-mode button.suggested-action:backdrop,
.header-bar.selection-mode button.suggested-action:backdrop { headerbar.selection-mode button.suggested-action:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: #000; color: #000;
@ -1154,7 +1154,7 @@ GtkComboBox {
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive, .titlebar.selection-mode button.suggested-action:backdrop:insensitive,
.header-bar.selection-mode button.suggested-action:backdrop:insensitive { headerbar.selection-mode button.suggested-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
color: gray; color: gray;
@ -1162,13 +1162,13 @@ GtkComboBox {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; } background-image: none; }
.titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu { headerbar.selection-mode .selection-menu {
border-width: 0; border-width: 0;
background-image: none; background-image: none;
box-shadow: none; } box-shadow: none; }
.tiled .titlebar, .maximized .titlebar, .tiled .tiled .titlebar, .maximized .titlebar, .tiled
.header-bar, .maximized headerbar, .maximized
.header-bar { headerbar {
border-radius: 0; } border-radius: 0; }
/************ /************