|
|
@ -50,6 +50,7 @@
|
|
|
|
-GtkWidget-focus-line-width: 1px;
|
|
|
|
-GtkWidget-focus-line-width: 1px;
|
|
|
|
-GtkWidget-link-color: @link_color;
|
|
|
|
-GtkWidget-link-color: @link_color;
|
|
|
|
-GtkWidget-visited-link-color: @link_color;
|
|
|
|
-GtkWidget-visited-link-color: @link_color;
|
|
|
|
|
|
|
|
-GtkWindow-decoration-button-layout: "close:";
|
|
|
|
-GtkWindow-resize-grip-width: 0;
|
|
|
|
-GtkWindow-resize-grip-width: 0;
|
|
|
|
-GtkWindow-resize-grip-height: 0;
|
|
|
|
-GtkWindow-resize-grip-height: 0;
|
|
|
|
-WnckTasklist-fade-overlay-rect: 0;
|
|
|
|
-WnckTasklist-fade-overlay-rect: 0;
|
|
|
@ -62,18 +63,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
/*-unico-arrow-texture: url("assets/combobox-arrow.png");*/
|
|
|
|
/*-unico-arrow-texture: url("assets/combobox-arrow.png");*/
|
|
|
|
|
|
|
|
|
|
|
|
-unico-focus-border-color: alpha (@selected_bg_color, 0.5);
|
|
|
|
/* To avoid using custom attributes, unico looks at the outline attributes
|
|
|
|
-unico-focus-border-radius: 5;
|
|
|
|
* to find out how to render the focus ring.
|
|
|
|
-unico-focus-fill-color: alpha (@selected_bg_color, 0.1);
|
|
|
|
*/
|
|
|
|
|
|
|
|
outline-color: alpha (@selected_bg_color, 0.5);
|
|
|
|
|
|
|
|
outline-offset: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
GtkWindow {
|
|
|
|
GtkWindow {
|
|
|
|
color: @fg_color;
|
|
|
|
color: @fg_color;
|
|
|
|
|
|
|
|
background-color: @bg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
GtkPaned {
|
|
|
|
/* inherit the color from parent by default */
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
background-color: @bg_color;
|
|
|
|
background-color: @bg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -81,44 +83,6 @@ GtkWindow:backdrop {
|
|
|
|
color: @backdrop_fg_color;
|
|
|
|
color: @backdrop_fg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**********
|
|
|
|
|
|
|
|
* states *
|
|
|
|
|
|
|
|
**********/
|
|
|
|
|
|
|
|
*:insensitive {
|
|
|
|
|
|
|
|
color: shade (@bg_color, 0.6);
|
|
|
|
|
|
|
|
text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:active {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:active:hover:insensitive {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:active:insensitive {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:hover {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:hover:insensitive {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:selected,
|
|
|
|
|
|
|
|
*:selected:focused {
|
|
|
|
|
|
|
|
background-color: alpha (@selected_bg_color, 0.9);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
color: @selected_fg_color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:selected:backdrop,
|
|
|
|
|
|
|
|
*:selected:focused:backdrop {
|
|
|
|
|
|
|
|
background-color: alpha (@backdrop_selected_bg_color, 0.9);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
color: @backdrop_selected_fg_color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********
|
|
|
|
/*********
|
|
|
|
* arrow *
|
|
|
|
* arrow *
|
|
|
|
*********/
|
|
|
|
*********/
|
|
|
@ -526,15 +490,6 @@ GtkSwitch.slider:backdrop,
|
|
|
|
border-width: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cell:selected {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
row:hover {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
row:insensitive {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
row:selected {
|
|
|
|
row:selected {
|
|
|
|
background-image: -gtk-gradient (linear, left bottom, left top,
|
|
|
|
background-image: -gtk-gradient (linear, left bottom, left top,
|
|
|
|
from (shade (@selected_bg_color, 1.06)),
|
|
|
|
from (shade (@selected_bg_color, 1.06)),
|
|
|
@ -547,9 +502,6 @@ row:selected {
|
|
|
|
/*text-shadow: 0 -1px shade (@selected_bg_color, 0.7);*/
|
|
|
|
/*text-shadow: 0 -1px shade (@selected_bg_color, 0.7);*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
row:selected:focused {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
row:selected:backdrop {
|
|
|
|
row:selected:backdrop {
|
|
|
|
background-image: -gtk-gradient (linear, left bottom, left top,
|
|
|
|
background-image: -gtk-gradient (linear, left bottom, left top,
|
|
|
|
from (shade (@backdrop_selected_bg_color, 1.06)),
|
|
|
|
from (shade (@backdrop_selected_bg_color, 1.06)),
|
|
|
@ -652,9 +604,11 @@ column-header:nth-child(last) .button {
|
|
|
|
background-color: shade (@bg_color, 1.03);
|
|
|
|
background-color: shade (@bg_color, 1.03);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.view:selected,
|
|
|
|
|
|
|
|
.view:active,
|
|
|
|
.content-view.view:selected,
|
|
|
|
.content-view.view:selected,
|
|
|
|
.content-view.view:active {
|
|
|
|
.content-view.view:active {
|
|
|
|
/*background-color: @selected_bg_color;*/
|
|
|
|
background-color: @selected_bg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content-view.view:insensitive {
|
|
|
|
.content-view.view:insensitive {
|
|
|
@ -720,6 +674,13 @@ GtkComboBox.combobox-entry .button,
|
|
|
|
padding: 5px 7px;
|
|
|
|
padding: 5px 7px;
|
|
|
|
|
|
|
|
|
|
|
|
color: @text_color;
|
|
|
|
color: @text_color;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Evolution sets the background color of its mail window to the background
|
|
|
|
|
|
|
|
* color of entries, but cannot handle background images. Setting the
|
|
|
|
|
|
|
|
* background color here doesn't effect real entries, because
|
|
|
|
|
|
|
|
* 'background-image' has precedence.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
background-color: @base_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
GtkComboBox.combobox-entry .button:backdrop,
|
|
|
|
GtkComboBox.combobox-entry .button:backdrop,
|
|
|
@ -740,9 +701,6 @@ GtkComboBox.combobox-entry .button:backdrop,
|
|
|
|
color: @selected_fg_color;
|
|
|
|
color: @selected_fg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.entry:focused {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
.menubar.toolbar GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
.menubar.toolbar GtkComboBox.combobox-entry .button:insensitive,
|
|
|
@ -796,10 +754,7 @@ GtkComboBox.combobox-entry .button:insensitive:backdrop,
|
|
|
|
border-style: solid;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade (@bg_color, 0.82);
|
|
|
|
border-color: shade (@bg_color, 0.82);
|
|
|
|
border-image: none;
|
|
|
|
border-image: none;
|
|
|
|
}
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
|
|
|
|
.frame:backdrop {
|
|
|
|
|
|
|
|
border-color: shade (@bg_color, 0.88);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/************
|
|
|
|
/************
|
|
|
@ -923,6 +878,15 @@ GtkLabel:insensitive {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********
|
|
|
|
|
|
|
|
* stack *
|
|
|
|
|
|
|
|
*********/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GtkHeaderBar > GtkStack,
|
|
|
|
|
|
|
|
GtkHeaderBar > GtkStack:insensitive {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/********
|
|
|
|
/********
|
|
|
|
* menu *
|
|
|
|
* menu *
|
|
|
|
********/
|
|
|
|
********/
|
|
|
@ -1003,6 +967,10 @@ GtkComboBox .menu {
|
|
|
|
border-width: 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.context-menu {
|
|
|
|
|
|
|
|
font: regular medium;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***********
|
|
|
|
/***********
|
|
|
|
* menubar *
|
|
|
|
* menubar *
|
|
|
|
***********/
|
|
|
|
***********/
|
|
|
@ -1027,13 +995,13 @@ GtkComboBox .menu {
|
|
|
|
***************/
|
|
|
|
***************/
|
|
|
|
.menubar.menuitem:hover,
|
|
|
|
.menubar.menuitem:hover,
|
|
|
|
.menubar .menuitem:hover {
|
|
|
|
.menubar .menuitem:hover {
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
background-clip: border-box;
|
|
|
|
background-image: -gtk-gradient (linear, left top, left bottom,
|
|
|
|
background-image: -gtk-gradient (linear, left top, left bottom,
|
|
|
|
from (shade (@dark_bg_color, 1.38)),
|
|
|
|
from (shade (@dark_bg_color, 1.38)),
|
|
|
|
to (shade (@dark_bg_color, 1.11)));
|
|
|
|
to (shade (@dark_bg_color, 1.11)));
|
|
|
|
/*box-shadow: inset 0 -1px shade (@dark_bg_color, 0.95);*/
|
|
|
|
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8);
|
|
|
|
|
|
|
|
|
|
|
|
color: shade (@dark_fg_color, 1.1);
|
|
|
|
color: shade (@dark_fg_color, 1.1);
|
|
|
|
text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
|
|
|
|
text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
|
|
|
@ -1549,9 +1517,6 @@ GtkScale.mark {
|
|
|
|
border-color: shade (@bg_color, 0.8);
|
|
|
|
border-color: shade (@bg_color, 0.8);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.scrollbar.trough.horizontal {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollbar.slider,
|
|
|
|
.scrollbar.slider,
|
|
|
|
.scrollbar.slider:hover,
|
|
|
|
.scrollbar.slider:hover,
|
|
|
|
.scrollbar.button,
|
|
|
|
.scrollbar.button,
|
|
|
@ -1928,9 +1893,6 @@ GtkSwitch.slider {
|
|
|
|
border-style: solid;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
GtkSwitch.slider:insensitive {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************
|
|
|
|
/************
|
|
|
|
* textview *
|
|
|
|
* textview *
|
|
|
|
************/
|
|
|
|
************/
|
|
|
@ -2049,42 +2011,6 @@ GtkTextView {
|
|
|
|
/*border-width: 1px;*/
|
|
|
|
/*border-width: 1px;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.primary-toolbar .raised .button:focus,
|
|
|
|
|
|
|
|
.primary-toolbar .raised.button:focus,
|
|
|
|
|
|
|
|
.primary-toolbar .button:hover:focus,
|
|
|
|
|
|
|
|
.primary-toolbar .button:active:focus,
|
|
|
|
|
|
|
|
.primary-toolbar .button:insensitive:focus,
|
|
|
|
|
|
|
|
.menubar.toolbar .raised .button:focus,
|
|
|
|
|
|
|
|
.menubar.toolbar .raised.button:focus,
|
|
|
|
|
|
|
|
.menubar.toolbar .button:hover:focus,
|
|
|
|
|
|
|
|
.menubar.toolbar .button:active:focus,
|
|
|
|
|
|
|
|
.menubar.toolbar .button:insensitive:focus,
|
|
|
|
|
|
|
|
.header-bar .raised .button:focus,
|
|
|
|
|
|
|
|
.header-bar .raised.button:focus,
|
|
|
|
|
|
|
|
.header-bar .button:hover:focus,
|
|
|
|
|
|
|
|
.header-bar .button:active:focus,
|
|
|
|
|
|
|
|
.header-bar .button:insensitive:focus {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button,
|
|
|
|
|
|
|
|
.menubar.toolbar GtkComboBox.combobox-entry .button,
|
|
|
|
|
|
|
|
.header-bar GtkComboBox.combobox-entry .button {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button,
|
|
|
|
|
|
|
|
.primary-toolbar .raised .button,
|
|
|
|
|
|
|
|
.primary-toolbar .raised.button,
|
|
|
|
|
|
|
|
.primary-toolbar .button:hover,
|
|
|
|
|
|
|
|
.menubar.toolbar GtkComboBox.combobox-entry .button,
|
|
|
|
|
|
|
|
.menubar.toolbar .raised .button,
|
|
|
|
|
|
|
|
.menubar.toolbar .raised.button,
|
|
|
|
|
|
|
|
.menubar.toolbar .button:hover,
|
|
|
|
|
|
|
|
.header-bar GtkComboBox.combobox-entry .button,
|
|
|
|
|
|
|
|
.header-bar .raised .button,
|
|
|
|
|
|
|
|
.header-bar .raised.button,
|
|
|
|
|
|
|
|
.header-bar .button:hover {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.primary-toolbar .button:active,
|
|
|
|
.primary-toolbar .button:active,
|
|
|
|
.menubar.toolbar .button:active,
|
|
|
|
.menubar.toolbar .button:active,
|
|
|
|
.header-bar .button:active {
|
|
|
|
.header-bar .button:active {
|
|
|
@ -2509,3 +2435,26 @@ GtkTreeView row:nth-child(odd) {
|
|
|
|
GtkViewport.frame {
|
|
|
|
GtkViewport.frame {
|
|
|
|
border-width: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
|
|
|
|
* states [please keep this section at the end of the file (CSS precedence)] *
|
|
|
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
*:insensitive {
|
|
|
|
|
|
|
|
color: shade (@bg_color, 0.6);
|
|
|
|
|
|
|
|
text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:selected,
|
|
|
|
|
|
|
|
*:selected:focused {
|
|
|
|
|
|
|
|
background-color: alpha (@selected_bg_color, 0.9);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
color: @selected_fg_color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*:selected:backdrop,
|
|
|
|
|
|
|
|
*:selected:focused:backdrop {
|
|
|
|
|
|
|
|
background-color: alpha (@backdrop_selected_bg_color, 0.9);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
color: @backdrop_selected_fg_color;
|
|
|
|
|
|
|
|
}
|
|
|
|