2013-02-26 16:48:52 +00:00
|
|
|
/* NOTES to contributors:
|
|
|
|
* use 4 spaces indents, and keep code ALIGNED and ORDERED */
|
|
|
|
|
|
|
|
/* default */
|
|
|
|
* {
|
2013-05-18 08:52:04 +00:00
|
|
|
-GtkArrow-arrow-scaling: 0.5;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkButton-child-displacement-x: 0;
|
|
|
|
-GtkButton-child-displacement-y: 0;
|
|
|
|
-GtkButton-default-border: 0;
|
|
|
|
-GtkButton-image-spacing: 0;
|
|
|
|
-GtkButton-inner-border: 1;
|
|
|
|
-GtkButton-interior-focus: true;
|
|
|
|
-GtkCheckButton-indicator-size: 16;
|
|
|
|
-GtkCheckMenuItem-indicator-size: 14;
|
|
|
|
-GtkExpander-expander-size: 8;
|
|
|
|
-GtkHTML-link-color: @link_color;
|
|
|
|
-GtkIMHtml-hyperlink-color: @link_color;
|
|
|
|
-GtkMenu-horizontal-padding: 0;
|
|
|
|
-GtkMenu-vertical-padding: 0;
|
2013-09-10 15:34:10 +00:00
|
|
|
-GtkPaned-handle-size: 4;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkProgressBar-min-horizontal-bar-height: 12;
|
|
|
|
-GtkProgressBar-min-vertical-bar-width: 12;
|
2013-08-14 03:47:10 +00:00
|
|
|
-GtkRange-slider-width: 12;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkRange-stepper-spacing: 0;
|
|
|
|
-GtkRange-trough-border: 0;
|
|
|
|
-GtkRange-trough-under-steppers: 1;
|
|
|
|
-GtkScrollbar-has-backward-stepper: false;
|
|
|
|
-GtkScrollbar-has-forward-stepper: false;
|
2013-08-14 21:34:45 +00:00
|
|
|
-GtkScrollbar-min-slider-length: 80;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkScrolledWindow-scrollbar-spacing: 0;
|
|
|
|
-GtkScrolledWindow-scrollbars-within-bevel: 1;
|
|
|
|
-GtkStatusbar-shadow-type: none;
|
|
|
|
-GtkTextView-error-underline-color: @error_color;
|
|
|
|
-GtkToolButton-icon-spacing: 6;
|
|
|
|
-GtkToolItemGroup-expander-size: 8;
|
|
|
|
-GtkTreeView-expander-size: 8;
|
|
|
|
-GtkWidget-focus-line-width: 1;
|
|
|
|
-GtkWidget-focus-padding: 0;
|
|
|
|
-GtkWidget-link-color: @link_color;
|
|
|
|
-GtkWidget-visited-link-color: @link_color;
|
|
|
|
-GtkWindow-resize-grip-height: 0;
|
|
|
|
-GtkWindow-resize-grip-width: 0;
|
|
|
|
-WnckTasklist-fade-overlay-rect: 0;
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
background-clip: padding-box;
|
|
|
|
|
2013-02-28 12:46:14 +00:00
|
|
|
outline-color: alpha(@theme_selected_bg_color, 0.5);
|
|
|
|
outline-style: solid;
|
|
|
|
outline-offset: 0;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/***************
|
|
|
|
* base states *
|
|
|
|
***************/
|
2013-05-18 08:52:04 +00:00
|
|
|
.background {
|
|
|
|
background-color: @theme_bg_color;
|
2013-06-14 23:47:48 +00:00
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
GtkClutterOffscreen {
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
color: @theme_fg_color;
|
2013-04-21 17:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
*:selected,
|
|
|
|
*:selected:focus {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
*:active {
|
|
|
|
background-color: shade(@theme_bg_color, 0.85);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
*:insensitive,
|
|
|
|
*:insensitive:insensitive {
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
2013-09-10 09:39:02 +00:00
|
|
|
/* apply effects to insensitive and prelit images */
|
|
|
|
*:insensitive {
|
|
|
|
-gtk-image-effect: dim;
|
|
|
|
}
|
|
|
|
|
|
|
|
*:hover {
|
|
|
|
-gtk-image-effect: highlight;
|
|
|
|
}
|
|
|
|
|
2013-04-21 17:15:47 +00:00
|
|
|
.gtkstyle-fallback {
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-04-21 17:15:47 +00:00
|
|
|
.gtkstyle-fallback:prelight {
|
|
|
|
background-color: shade(@theme_bg_color, 1.1);
|
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-04-21 17:15:47 +00:00
|
|
|
.gtkstyle-fallback:active {
|
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_fg_color;
|
2013-04-21 17:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gtkstyle-fallback:insensitive {
|
|
|
|
background-color: shade(shade(@theme_bg_color, 0.95), 1.05);
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gtkstyle-fallback:selected {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
color: @theme_selected_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/******************
|
2013-05-18 08:52:04 +00:00
|
|
|
* visual effects *
|
2013-02-26 16:48:52 +00:00
|
|
|
******************/
|
2013-05-18 08:52:04 +00:00
|
|
|
/* transitions */
|
2013-07-06 07:46:21 +00:00
|
|
|
.button {
|
2013-07-06 07:58:02 +00:00
|
|
|
transition: border 100ms ease-in-out;
|
2013-07-06 07:46:21 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.entry {
|
2013-07-06 07:58:02 +00:00
|
|
|
transition: border 100ms ease-out;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry:focus {
|
2013-07-06 07:58:02 +00:00
|
|
|
transition: border 100ms ease-in;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab GtkLabel,
|
|
|
|
.notebook .prelight-page,
|
|
|
|
.notebook .prelight-page GtkLabel,
|
|
|
|
.notebook .active-page,
|
|
|
|
.notebook .active-page GtkLabel {
|
|
|
|
transition: all 200ms ease-in;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
/* inset shadows */
|
2013-02-27 09:20:12 +00:00
|
|
|
.button:active,
|
2013-08-07 11:59:00 +00:00
|
|
|
.primary-toolbar .button:active,
|
2013-05-25 20:35:22 +00:00
|
|
|
.toolbar .button:active,
|
2014-02-21 00:02:30 +00:00
|
|
|
.header-bar .button:active,
|
|
|
|
.notebook.header {
|
2013-02-27 09:20:12 +00:00
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.entry {
|
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.12),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.10),
|
|
|
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
|
|
|
}
|
|
|
|
|
2013-09-08 17:04:53 +00:00
|
|
|
/* disable inset shadow */
|
2013-09-10 09:35:28 +00:00
|
|
|
.button:active *:insensitive,
|
|
|
|
.primary-toolbar .button:active *:insensitive,
|
|
|
|
.toolbar .button:active *:insensitive,
|
|
|
|
.header-bar .button:active *:insensitive,
|
2013-02-26 16:48:52 +00:00
|
|
|
.entry:insensitive {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************
|
|
|
|
* assistant *
|
|
|
|
*************/
|
|
|
|
GtkAssistant .sidebar .highlight {
|
|
|
|
font: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkAssistant .sidebar {
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 4px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-width: 0 1px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-right-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
|
|
* button *
|
|
|
|
**********/
|
|
|
|
.button {
|
|
|
|
-GtkWidget-focus-padding: 1;
|
|
|
|
-GtkWidget-focus-line-width: 0;
|
|
|
|
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 3px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-10-23 16:40:44 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
2013-02-27 15:09:50 +00:00
|
|
|
background-color: shade(@theme_bg_color, 1.10);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:active {
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-02-27 21:06:59 +00:00
|
|
|
.button:active:hover {
|
2013-02-26 16:48:52 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-02-27 21:06:59 +00:00
|
|
|
.button:focus,
|
|
|
|
.button:hover:focus,
|
|
|
|
.button:active:focus,
|
|
|
|
.button:active:hover:focus {
|
2013-02-28 12:53:50 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
2013-02-27 09:17:30 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.button:insensitive {
|
2013-02-27 17:43:28 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
2013-02-28 12:46:14 +00:00
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 09:35:28 +00:00
|
|
|
.button:active *:insensitive {
|
2013-02-27 17:43:28 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.75);
|
|
|
|
background-color: shade(@theme_bg_color, 0.80);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* default button */
|
|
|
|
.button.default {
|
2013-02-27 09:17:30 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.08);
|
|
|
|
color: @theme_selected_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.default:hover {
|
2013-02-27 09:17:30 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.default:active {
|
2013-02-27 09:17:30 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 0.95);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.default:active:hover {
|
2013-02-27 09:17:30 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 0.97);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/****************
|
|
|
|
* cell and row *
|
|
|
|
****************/
|
|
|
|
.cell {
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell:selected,
|
|
|
|
.cell:selected:focus {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
row:selected,
|
2013-09-10 17:39:09 +00:00
|
|
|
row:selected:hover,
|
2013-02-26 16:48:52 +00:00
|
|
|
row:selected:focus {
|
2014-02-19 15:06:20 +00:00
|
|
|
-GtkWidget-focus-padding: 1;
|
|
|
|
-GtkWidget-focus-line-width: 0;
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*******************
|
|
|
|
* check and radio *
|
|
|
|
*******************/
|
|
|
|
.check,
|
|
|
|
.radio,
|
|
|
|
.check:insensitive,
|
|
|
|
.radio:insensitive {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkCheckButton:hover,
|
|
|
|
GtkCheckButton:active:hover,
|
|
|
|
GtkCheckButton:selected,
|
|
|
|
GtkCheckButton:selected:focus {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*****************
|
|
|
|
* column-header *
|
|
|
|
*****************/
|
|
|
|
column-header .button,
|
|
|
|
column-header .button:active {
|
|
|
|
border-width: 0 1px 1px 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
column-header .button,
|
|
|
|
column-header .button:active,
|
|
|
|
column-header .button:focus,
|
|
|
|
column-header .button:active:focus {
|
|
|
|
border-color: shade(@theme_base_color, 0.9);
|
|
|
|
border-bottom-color: shade(@theme_base_color, 0.8);
|
|
|
|
background-color: shade(@theme_base_color, 0.97);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
column-header .button:hover,
|
|
|
|
column-header .button:active:hover,
|
|
|
|
column-header .button:hover:focus,
|
|
|
|
column-header .button:active:hover:focus {
|
|
|
|
border-color: shade(@theme_base_color, 0.9);
|
|
|
|
border-bottom-color: shade(@theme_base_color, 0.8);
|
|
|
|
background-color: shade(@theme_base_color, 0.99);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
column-header:last-child .button {
|
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
}
|
|
|
|
|
2013-03-23 11:30:48 +00:00
|
|
|
/****************
|
|
|
|
* content view *
|
|
|
|
****************/
|
|
|
|
.content-view.view {
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-view.view:prelight {
|
|
|
|
background-color: alpha(@theme_selected_bg_color, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-view.view:selected,
|
|
|
|
.content-view.view:active {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-view.view:insensitive {
|
|
|
|
background-color: shade(@theme_base_color, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
GdMainIconView.content-view {
|
|
|
|
-GdMainIconView-icon-size: 40;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkIconView.content-view.check {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkIconView.content-view.check:active {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-view.view.check,
|
|
|
|
.content-view.view.check:active {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkIconView.content-view.check:prelight,
|
|
|
|
GtkIconView.content-view.check:insensitive,
|
|
|
|
GtkIconView.content-view.check:selected {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/****************
|
|
|
|
* drawing area *
|
|
|
|
****************/
|
|
|
|
GtkDrawingArea {
|
2013-12-29 17:47:51 +00:00
|
|
|
background-color: @theme_base_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-02-27 20:14:54 +00:00
|
|
|
GtkDrawingArea:insensitive {
|
2013-12-29 17:47:51 +00:00
|
|
|
background-color: shade(@theme_base_color, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/***********
|
|
|
|
* gtkhtml *
|
|
|
|
***********/
|
|
|
|
GtkHTML {
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
color: @theme_text_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***********
|
|
|
|
* calendar *
|
|
|
|
************/
|
|
|
|
GtkCalendar {
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 4px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-03-08 10:36:46 +00:00
|
|
|
GtkCalendar:inconsistent {
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
GtkCalendar.view,
|
|
|
|
GtkCalendar.header,
|
|
|
|
GtkCalendar.button,
|
2013-03-08 08:01:04 +00:00
|
|
|
GtkCalendar.button:hover,
|
2013-02-26 16:48:52 +00:00
|
|
|
GtkCalendar.button:insensitive {
|
|
|
|
border-width: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight,
|
|
|
|
GtkCalendar.highlight {
|
|
|
|
border-width: 0;
|
|
|
|
background-color: transparent;
|
2013-03-23 11:30:48 +00:00
|
|
|
color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/******************
|
|
|
|
* combobox entry *
|
|
|
|
******************/
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .entry,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .entry:active,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .entry:focus,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,
|
|
|
|
GtkComboBox.combobox-entry .entry,
|
|
|
|
GtkComboBox.combobox-entry .entry:active,
|
|
|
|
GtkComboBox.combobox-entry .entry:focus,
|
|
|
|
GtkComboBox.combobox-entry .entry:insensitive {
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button:hover,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button:active,
|
|
|
|
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
|
|
|
|
GtkComboBox.combobox-entry .button,
|
|
|
|
GtkComboBox.combobox-entry .button:hover,
|
|
|
|
GtkComboBox.combobox-entry .button:active,
|
|
|
|
GtkComboBox.combobox-entry .button:insensitive {
|
|
|
|
border-width: 1px 1px 1px 1px;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*********
|
|
|
|
* entry *
|
|
|
|
*********/
|
|
|
|
.entry {
|
|
|
|
padding: 4px 3px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_base_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_text_color;
|
|
|
|
}
|
|
|
|
|
2013-02-28 12:46:14 +00:00
|
|
|
.entry:active,
|
2013-02-26 16:48:52 +00:00
|
|
|
.entry:focus {
|
2013-02-28 12:53:50 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry:selected,
|
|
|
|
.entry:selected:focus {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry:insensitive {
|
2013-02-28 12:46:14 +00:00
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: none;
|
|
|
|
color: mix(@theme_text_color, @theme_base_color, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry.progressbar {
|
|
|
|
border-width: 0;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/************
|
|
|
|
* expander *
|
|
|
|
************/
|
|
|
|
.expander {
|
|
|
|
color: alpha(@theme_fg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.expander:hover {
|
|
|
|
color: alpha(@theme_fg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*********
|
|
|
|
* frame *
|
|
|
|
*********/
|
|
|
|
.frame {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2013-07-03 11:17:13 +00:00
|
|
|
/*******************
|
|
|
|
* scrolled window *
|
|
|
|
*******************/
|
|
|
|
GtkScrolledWindow.frame {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-19 15:06:20 +00:00
|
|
|
/* avoid double borders when a viewport is
|
2013-07-03 11:17:13 +00:00
|
|
|
* packed into a GtkScrolledWindow */
|
|
|
|
GtkScrolledWindow GtkViewport.frame {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/************
|
|
|
|
* iconview *
|
|
|
|
************/
|
|
|
|
GtkIconView.view.cell:selected,
|
|
|
|
GtkIconView.view.cell:selected:focus {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-09-14 16:55:38 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
2013-08-19 03:15:08 +00:00
|
|
|
.content-view.view.rubberband,
|
2013-02-26 16:48:52 +00:00
|
|
|
.view.rubberband,
|
|
|
|
.rubberband {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
border-radius: 0;
|
|
|
|
background-color: alpha(@theme_selected_bg_color, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*********
|
|
|
|
* image *
|
|
|
|
*********/
|
|
|
|
GtkImage,
|
|
|
|
GtkImage:active,
|
|
|
|
GtkImage:insensitive {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*********
|
|
|
|
* label *
|
|
|
|
*********/
|
|
|
|
GtkLabel,
|
|
|
|
GtkLabel:active,
|
|
|
|
GtkLabel:insensitive {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***********
|
|
|
|
* infobar *
|
|
|
|
***********/
|
|
|
|
GtkInfoBar {
|
|
|
|
border-width: 0;
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-08-19 04:07:38 +00:00
|
|
|
border-color: shade(@info_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @info_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @info_fg_color;
|
|
|
|
}
|
|
|
|
|
2014-01-23 19:24:08 +00:00
|
|
|
.info .button {
|
|
|
|
border-top-color: shade(@info_bg_color, 0.8);
|
|
|
|
border-right-color: shade(@info_bg_color, 0.72);
|
|
|
|
border-left-color: shade(@info_bg_color, 0.72);
|
|
|
|
border-bottom-color: shade(@info_bg_color, 0.7);
|
|
|
|
background-color: shade(@info_bg_color, 1.08);
|
|
|
|
color: @info_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info .button:hover {
|
|
|
|
border-top-color: shade(@info_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@info_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@info_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@info_bg_color, 0.7);
|
|
|
|
background-color: shade(@info_bg_color, 1.10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.info .button:active {
|
|
|
|
border-color: shade(@info_bg_color, 0.6);
|
|
|
|
background-color: shade(@info_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
|
|
|
.info .button:active:hover {
|
|
|
|
border-top-color: shade(@info_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@info_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@info_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@info_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-08-19 04:07:38 +00:00
|
|
|
.info .button.close {
|
|
|
|
color: @info_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info .button.close:hover {
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(white, 0.2);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info .button.close:active {
|
|
|
|
color: @info_fg_color;
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(black, 0.1);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.warning {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-08-19 04:07:38 +00:00
|
|
|
border-color: shade(@warning_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @warning_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @warning_fg_color;
|
|
|
|
}
|
|
|
|
|
2014-01-23 19:24:08 +00:00
|
|
|
.warning .button {
|
|
|
|
border-top-color: shade(@warning_bg_color, 0.8);
|
|
|
|
border-right-color: shade(@warning_bg_color, 0.72);
|
|
|
|
border-left-color: shade(@warning_bg_color, 0.72);
|
|
|
|
border-bottom-color: shade(@warning_bg_color, 0.7);
|
|
|
|
background-color: shade(@warning_bg_color, 1.08);
|
|
|
|
color: @warning_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning .button:hover {
|
|
|
|
border-top-color: shade(@warning_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@warning_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@warning_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@warning_bg_color, 0.7);
|
|
|
|
background-color: shade(@warning_bg_color, 1.10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning .button:active {
|
|
|
|
border-color: shade(@warning_bg_color, 0.6);
|
|
|
|
background-color: shade(@warning_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning .button:active:hover {
|
|
|
|
border-top-color: shade(@warning_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@warning_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@warning_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@warning_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-08-19 04:07:38 +00:00
|
|
|
.warning .button.close {
|
|
|
|
color: @warning_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning .button.close:hover {
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(white, 0.2);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.warning .button.close:active {
|
|
|
|
color: @warning_fg_color;
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(black, 0.1);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.question {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-08-19 04:07:38 +00:00
|
|
|
border-color: shade(@question_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @question_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @question_fg_color;
|
|
|
|
}
|
|
|
|
|
2014-01-23 19:24:08 +00:00
|
|
|
.question .button {
|
|
|
|
border-top-color: shade(@question_bg_color, 0.8);
|
|
|
|
border-right-color: shade(@question_bg_color, 0.72);
|
|
|
|
border-left-color: shade(@question_bg_color, 0.72);
|
|
|
|
border-bottom-color: shade(@question_bg_color, 0.7);
|
|
|
|
background-color: shade(@question_bg_color, 1.08);
|
|
|
|
color: @question_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.question .button:hover {
|
|
|
|
border-top-color: shade(@question_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@question_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@question_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@question_bg_color, 0.7);
|
|
|
|
background-color: shade(@question_bg_color, 1.10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.question .button:active {
|
|
|
|
border-color: shade(@question_bg_color, 0.6);
|
|
|
|
background-color: shade(@question_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
|
|
|
.question .button:active:hover {
|
|
|
|
border-top-color: shade(@question_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@question_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@question_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@question_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-08-19 04:07:38 +00:00
|
|
|
.question .button.close {
|
|
|
|
color: @question_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.question .button.close:hover {
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(white, 0.2);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.question .button.close:active {
|
|
|
|
color: @question_fg_color;
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(black, 0.1);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.error {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-08-19 04:07:38 +00:00
|
|
|
border-color: shade(@error_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @error_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
color: @error_fg_color;
|
|
|
|
}
|
|
|
|
|
2014-01-23 19:24:08 +00:00
|
|
|
.error .button {
|
|
|
|
border-top-color: shade(@error_bg_color, 0.8);
|
|
|
|
border-right-color: shade(@error_bg_color, 0.72);
|
|
|
|
border-left-color: shade(@error_bg_color, 0.72);
|
|
|
|
border-bottom-color: shade(@error_bg_color, 0.7);
|
|
|
|
background-color: shade(@error_bg_color, 1.08);
|
|
|
|
color: @error_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error .button:hover {
|
|
|
|
border-top-color: shade(@error_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@error_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@error_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@error_bg_color, 0.7);
|
|
|
|
background-color: shade(@error_bg_color, 1.10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.error .button:active {
|
|
|
|
border-color: shade(@error_bg_color, 0.6);
|
|
|
|
background-color: shade(@error_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
|
|
|
.error .button:active:hover {
|
|
|
|
border-top-color: shade(@error_bg_color, 0.85);
|
|
|
|
border-right-color: shade(@error_bg_color, 0.78);
|
|
|
|
border-left-color: shade(@error_bg_color, 0.78);
|
|
|
|
border-bottom-color: shade(@error_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-08-19 04:07:38 +00:00
|
|
|
.error .button.close {
|
|
|
|
color: @error_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error .button.close:hover {
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(white, 0.2);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error .button.close:active {
|
|
|
|
color: @error_fg_color;
|
2014-01-23 19:24:08 +00:00
|
|
|
background-color: alpha(black, 0.1);
|
2013-08-19 04:07:38 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/*******************
|
|
|
|
* symbolic images *
|
|
|
|
*******************/
|
|
|
|
.image,
|
|
|
|
.view.image {
|
|
|
|
color: alpha(@theme_fg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.image:hover,
|
|
|
|
.view.image:hover {
|
|
|
|
color: @theme_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image:selected,
|
|
|
|
.image:selected:hover,
|
|
|
|
.view.image:selected,
|
|
|
|
.view.image:selected:hover {
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*****************
|
|
|
|
* miscellaneous *
|
|
|
|
*****************/
|
|
|
|
.floating-bar {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-27 21:07:22 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-27 21:07:22 +00:00
|
|
|
background-color: @theme_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: none;
|
2013-02-27 21:07:22 +00:00
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.floating-bar.top {
|
|
|
|
border-top-width: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-bar.right {
|
|
|
|
border-right-width: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-bar.bottom {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-bar.left {
|
|
|
|
border-left-width: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-bar .button {
|
|
|
|
-GtkButton-image-spacing: 0;
|
|
|
|
-GtkButton-inner-border: 0;
|
|
|
|
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view.dim-label,
|
2013-09-10 10:06:34 +00:00
|
|
|
.dim-label {
|
2013-09-10 17:39:09 +00:00
|
|
|
color: alpha(currentColor, 0.5);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dnd {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.grip {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.arrow {
|
2014-02-21 00:02:30 +00:00
|
|
|
color: alpha(currentColor, 0.7);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/********
|
|
|
|
* menu *
|
|
|
|
********/
|
|
|
|
GtkTreeMenu.menu,
|
|
|
|
GtkMenuToolButton.menu,
|
|
|
|
GtkComboBox .menu {
|
|
|
|
background-color: @menu_bg_color;
|
|
|
|
}
|
|
|
|
|
2013-09-07 11:38:18 +00:00
|
|
|
.primary-toolbar .menu,
|
2013-02-26 16:48:52 +00:00
|
|
|
.primary-toolbar .button .menu,
|
|
|
|
.toolbar .menu,
|
|
|
|
.toolbar .primary-toolbar .menu,
|
2013-08-07 11:59:00 +00:00
|
|
|
.header-bar .menu,
|
2013-08-08 03:53:33 +00:00
|
|
|
.header-bar .primary-toolbar .menu,
|
2013-02-26 16:48:52 +00:00
|
|
|
.menu {
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-style: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @menu_bg_color;
|
|
|
|
color: @menu_fg_color;
|
|
|
|
}
|
|
|
|
|
2014-01-31 01:03:35 +00:00
|
|
|
/* Hover-effect on play-button in ubuntu soundmenu */
|
|
|
|
.menu:selected {
|
|
|
|
background-color: @selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.menu.button:hover,
|
|
|
|
.menu.button:active,
|
2013-09-10 09:35:28 +00:00
|
|
|
.menu.button:active *:insensitive,
|
2013-02-26 16:48:52 +00:00
|
|
|
.menu.button:insensitive,
|
|
|
|
.menu.button {
|
|
|
|
border-width: 0;
|
|
|
|
background-color: @menu_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-03-11 10:28:20 +00:00
|
|
|
|
2013-08-19 03:40:38 +00:00
|
|
|
.context-menu {
|
2013-09-10 09:58:30 +00:00
|
|
|
font: initial;
|
2013-08-19 03:40:38 +00:00
|
|
|
}
|
|
|
|
|
2013-09-07 12:15:16 +00:00
|
|
|
/* ubuntu software center menu */
|
|
|
|
#toolbar-popup {
|
|
|
|
background-color: @menu_bg_color;
|
|
|
|
color: @menu_fg_color;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/***********
|
|
|
|
* menubar *
|
|
|
|
***********/
|
|
|
|
.menubar {
|
|
|
|
-GtkWidget-window-dragging: true;
|
|
|
|
|
2013-04-17 20:07:08 +00:00
|
|
|
border-style: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @menubar_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @menubar_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***************
|
|
|
|
* menubaritem *
|
|
|
|
***************/
|
|
|
|
.menubar.menuitem,
|
|
|
|
.menubar .menuitem {
|
2013-04-17 20:07:08 +00:00
|
|
|
padding: 3px 5px;
|
2013-04-21 17:15:47 +00:00
|
|
|
border-width: 1px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-style: solid;
|
2013-04-21 17:15:47 +00:00
|
|
|
border-color: transparent;
|
2013-07-12 21:01:12 +00:00
|
|
|
background-color: transparent;
|
2013-04-17 20:07:08 +00:00
|
|
|
background-image: none;
|
|
|
|
color: @menubar_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menubar.menuitem:hover,
|
|
|
|
.menubar .menuitem:hover {
|
2013-09-07 10:31:23 +00:00
|
|
|
border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
2013-03-01 15:21:55 +00:00
|
|
|
background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-09-13 22:25:11 +00:00
|
|
|
color: shade(@menubar_fg_color, 1.08);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menubar .menuitem *:hover {
|
2013-03-01 15:21:55 +00:00
|
|
|
color: shade(@menubar_fg_color, 1.08);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/************
|
|
|
|
* menuitem *
|
|
|
|
************/
|
|
|
|
GtkTreeMenu .menuitem {
|
|
|
|
padding: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem,
|
|
|
|
.menu .menuitem {
|
2014-02-19 15:06:20 +00:00
|
|
|
-GtkMenuItem-arrow-scaling: 0.5;
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
padding: 3px;
|
2013-04-21 17:15:47 +00:00
|
|
|
border-width: 1px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-style: solid;
|
2013-04-21 17:15:47 +00:00
|
|
|
border-color: transparent;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-radius: 0;
|
2013-07-12 21:01:12 +00:00
|
|
|
background-color: transparent;
|
2013-04-17 20:07:08 +00:00
|
|
|
background-image: none;
|
|
|
|
color: @menu_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu .menuitem:active,
|
|
|
|
.menu .menuitem:hover {
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu .menuitem:active,
|
|
|
|
.menu .menuitem *:active,
|
|
|
|
.menu .menuitem:hover,
|
|
|
|
.menu .menuitem *:hover {
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu .menuitem:insensitive,
|
|
|
|
.menu .menuitem *:insensitive {
|
|
|
|
color: mix(@menu_fg_color, @menu_bg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.check,
|
|
|
|
.menuitem.radio,
|
|
|
|
.menuitem.check:hover,
|
|
|
|
.menuitem.radio:hover,
|
|
|
|
.menuitem.check:insensitive,
|
|
|
|
.menuitem.radio:insensitive {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.check:active,
|
|
|
|
.menuitem.radio:active {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2013-03-08 10:36:46 +00:00
|
|
|
.menuitem GtkCalendar:inconsistent {
|
|
|
|
color: mix(@menu_fg_color, @menu_bg_color, 0.5);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.menuitem GtkCalendar.button {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem .entry {
|
|
|
|
border-color: shade(@menu_bg_color, 0.7);
|
|
|
|
background-color: @menu_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @menu_fg_color;
|
|
|
|
}
|
|
|
|
|
2013-03-18 11:05:52 +00:00
|
|
|
.menuitem .entry:active,
|
|
|
|
.menuitem .entry:focus {
|
|
|
|
border-color: shade(@menu_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.menuitem .accelerator {
|
|
|
|
color: alpha(@menu_fg_color, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem .accelerator:hover {
|
|
|
|
color: alpha(@theme_selected_fg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem .accelerator:insensitive {
|
|
|
|
color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
|
|
|
|
}
|
2013-03-11 10:28:20 +00:00
|
|
|
|
2013-08-19 03:24:19 +00:00
|
|
|
GtkModelMenuItem GtkBox GtkImage {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:33:49 +00:00
|
|
|
/************
|
|
|
|
* popovers *
|
|
|
|
************/
|
|
|
|
GtkPopover {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-color: mix(shade(@menu_bg_color, 0.7), @menu_fg_color, 0.12);
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
background-clip: border-box;
|
|
|
|
background-color: @menu_bg_color;
|
|
|
|
color: @menu_fg_color;
|
|
|
|
box-shadow: 0 2px 3px alpha(black, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkPopover.osd {
|
|
|
|
box-shadow: 0 2px 7px 3px alpha(black, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkPopover > .list,
|
|
|
|
GtkPopover > .view,
|
|
|
|
GtkPopover > .toolbar {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkPopover.osd > .toolbar .button {
|
|
|
|
border-radius: 0;
|
|
|
|
border-width: 0;
|
|
|
|
background-image: none;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkModelButton.button {
|
|
|
|
color: @menu_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkModelButton.button:active,
|
|
|
|
GtkModelButton.button:insensitive,
|
|
|
|
GtkModelButton.button:active:insensitive,
|
|
|
|
GtkModelButton.button {
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkPopover .separator {
|
|
|
|
border: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
color: alpha(currentColor, 0.5);
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkModelButton.button:active:hover,
|
|
|
|
GtkModelButton.button:hover,
|
|
|
|
GtkModelButton.button:selected {
|
|
|
|
border-width: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/************
|
|
|
|
* notebook *
|
|
|
|
************/
|
|
|
|
.notebook {
|
|
|
|
padding: 0;
|
2014-02-21 00:02:30 +00:00
|
|
|
border-width: 1px 0 0 0;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
2013-06-15 00:40:50 +00:00
|
|
|
border-color: shade(@theme_base_color, 0.7);
|
2013-09-08 17:04:53 +00:00
|
|
|
border-radius: 0;
|
2013-06-15 00:37:37 +00:00
|
|
|
background-color: @theme_base_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
background-clip: border-box;
|
2014-02-21 00:02:30 +00:00
|
|
|
|
|
|
|
-GtkNotebook-initial-gap: 0;
|
|
|
|
-GtkNotebook-has-tab-gap: false;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-10-23 16:40:44 +00:00
|
|
|
.notebook.frame {
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header {
|
|
|
|
border-width: 0;
|
2014-01-15 23:01:28 +00:00
|
|
|
background-color: shade(@theme_base_color, 0.85);
|
2013-10-23 16:40:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header.frame {
|
|
|
|
border-color: shade(@theme_base_color, 0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header.frame.top {
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header.frame.right {
|
|
|
|
border-width: 1px 1px 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header.frame.bottom {
|
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook.header.frame.left {
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
}
|
|
|
|
|
2013-06-14 23:47:48 +00:00
|
|
|
.notebook GtkViewport {
|
2013-10-23 16:40:44 +00:00
|
|
|
border-width: 0;
|
2013-06-14 23:47:48 +00:00
|
|
|
background-color: @theme_base_color;
|
|
|
|
color: @theme_text_color;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab {
|
2014-02-21 00:02:30 +00:00
|
|
|
padding: 4px 6px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: transparent;
|
2014-01-16 04:16:29 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab:active {
|
2014-02-21 00:02:30 +00:00
|
|
|
background-color: transparent;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab.top {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-bottom-width: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab.top:hover {
|
|
|
|
border-bottom-color: alpha(@theme_selected_bg_color, 0.3);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab.top:active {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-bottom-color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab.right {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-left-width: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab.right:hover {
|
|
|
|
border-left-color: alpha(@theme_selected_bg_color, 0.3);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab.right:active {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-left-color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab.bottom {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-top-width: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab.bottom:hover {
|
|
|
|
border-top-color: alpha(@theme_selected_bg_color, 0.3);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab.bottom:active {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-top-color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab.left {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab.left:hover {
|
|
|
|
border-right-color: alpha(@theme_selected_bg_color, 0.3);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.notebook tab.left:active {
|
2014-02-21 00:02:30 +00:00
|
|
|
border-right-color: @theme_selected_bg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-10-23 16:40:44 +00:00
|
|
|
.notebook tab GtkLabel {
|
|
|
|
color: mix(@theme_text_color, @theme_base_color, 0.3);
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook .prelight-page,
|
|
|
|
.notebook .prelight-page GtkLabel {
|
|
|
|
color: mix (@theme_text_color, @theme_base_color, 0.15);
|
|
|
|
}
|
|
|
|
|
2013-10-23 16:40:44 +00:00
|
|
|
.notebook .active-page,
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook .active-page GtkLabel {
|
2013-10-23 16:40:44 +00:00
|
|
|
color: @theme_text_color;
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:02:30 +00:00
|
|
|
.notebook tab.reorderable-page:hover {
|
|
|
|
background-color: shade(@theme_base_color, 0.85);
|
|
|
|
border-left: 1px solid shade(@theme_base_color, 0.7);
|
|
|
|
border-right: 1px solid shade(@theme_base_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab.reorderable-page:active {
|
|
|
|
background-color: shade(@theme_base_color, 0.90);
|
|
|
|
border-left: 1px solid shade(@theme_base_color, 0.75);
|
|
|
|
border-right: 1px solid shade(@theme_base_color, 0.75);
|
|
|
|
}
|
|
|
|
|
2013-10-23 16:40:44 +00:00
|
|
|
/* close button styling */
|
|
|
|
.notebook tab .button,
|
|
|
|
.notebook tab .button:active,
|
|
|
|
.notebook tab .button:hover {
|
|
|
|
padding: 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
background-color: transparent;
|
|
|
|
color: mix(@theme_text_color, @theme_base_color, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab .button:hover {
|
|
|
|
color: @theme_text_color;
|
|
|
|
border-color: shade(@theme_base_color, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notebook tab .button:active,
|
|
|
|
.notebook tab .button:active:hover {
|
|
|
|
border-color: shade(@theme_base_color, 0.7);
|
|
|
|
background-color: shade(@theme_base_color, 0.95);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/******************
|
|
|
|
* pane separator *
|
|
|
|
******************/
|
|
|
|
.pane-separator {
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************
|
|
|
|
* progressbar and scale *
|
|
|
|
*************************/
|
|
|
|
GtkProgressBar {
|
|
|
|
padding: 0;
|
|
|
|
border-width: 1px;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.progressbar,
|
|
|
|
.progressbar row,
|
|
|
|
.progressbar row:hover,
|
|
|
|
.progressbar row:selected,
|
|
|
|
.progressbar row:selected:focus {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
2013-11-22 14:10:14 +00:00
|
|
|
background-image: linear-gradient(to bottom,
|
|
|
|
@theme_selected_bg_color,
|
|
|
|
@theme_selected_bg_color
|
|
|
|
);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.progressbar.vertical {
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-11-22 14:10:14 +00:00
|
|
|
background-image: linear-gradient(to right,
|
|
|
|
@theme_selected_bg_color,
|
|
|
|
@theme_selected_bg_color
|
|
|
|
);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trough,
|
|
|
|
.trough row,
|
|
|
|
.trough row:hover,
|
|
|
|
.trough row:selected,
|
|
|
|
.trough row:selected:focus {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trough.vertical {
|
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* level bars as used for password quality or remaining power */
|
|
|
|
GtkLevelBar {
|
|
|
|
-GtkLevelBar-min-block-width: 34;
|
2013-03-07 17:05:06 +00:00
|
|
|
-GtkLevelBar-min-block-height: 2;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
GtkLevelBar.vertical {
|
2013-03-07 17:05:06 +00:00
|
|
|
-GtkLevelBar-min-block-width: 2;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkLevelBar-min-block-height: 34;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.trough {
|
2013-03-07 17:05:06 +00:00
|
|
|
padding: 1px;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.fill-block {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-continuous.fill-block {
|
2013-03-07 17:05:06 +00:00
|
|
|
padding: 1px;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.horizontal {
|
|
|
|
margin: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.vertical {
|
|
|
|
margin: 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* discrete indicator border rounding,
|
|
|
|
uncomment when :nth-child will be working
|
|
|
|
on the widget
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.horizontal:first-child {
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.horizontal:last-child {
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.vertical:first-child {
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.indicator-discrete.fill-block.vertical:last-child {
|
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.level-bar.fill-block.level-high {
|
|
|
|
border-color: shade(@success_color, 0.85);
|
|
|
|
background-image: linear-gradient(to bottom,
|
|
|
|
shade(@success_color, 1.2),
|
|
|
|
@success_color 75%,
|
|
|
|
shade(@success_color, 0.95)
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.fill-block.level-low {
|
2013-09-10 10:06:44 +00:00
|
|
|
border-color: shade(@warning_color, 0.80);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: linear-gradient(to bottom,
|
2013-09-10 10:06:44 +00:00
|
|
|
shade(@warning_color, 1.3),
|
|
|
|
@warning_color 75%,
|
|
|
|
shade(@warning_color, 0.9)
|
2013-02-26 16:48:52 +00:00
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-bar.fill-block.empty-fill-block {
|
|
|
|
border-color: alpha(@theme_fg_color, 0.1);
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale {
|
2013-10-16 21:22:40 +00:00
|
|
|
-GtkRange-slider-width: 16;
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkRange-trough-border: 1;
|
2013-10-16 21:22:40 +00:00
|
|
|
-GtkScale-slider-length: 16;
|
2014-02-19 15:06:20 +00:00
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.slider {
|
2013-10-16 21:22:40 +00:00
|
|
|
border-radius: 8px;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
/* we will draw the border using box shadow for now */
|
|
|
|
box-shadow: inset 1px 0 shade(@theme_bg_color, 0.8),
|
|
|
|
inset 0 1px shade(@theme_bg_color, 0.8),
|
|
|
|
inset -1px 0 shade(@theme_bg_color, 0.8),
|
|
|
|
inset 0 -1px shade(@theme_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.slider:hover {
|
|
|
|
box-shadow: inset 1px 0 shade(@theme_bg_color, 0.7),
|
|
|
|
inset 0 1px shade(@theme_bg_color, 0.7),
|
|
|
|
inset -1px 0 shade(@theme_bg_color, 0.7),
|
|
|
|
inset 0 -1px shade(@theme_bg_color, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.slider:insensitive {
|
2013-02-28 12:46:14 +00:00
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
box-shadow: inset 1px 0 shade(@theme_bg_color, 0.85),
|
|
|
|
inset 0 1px shade(@theme_bg_color, 0.85),
|
|
|
|
inset -1px 0 shade(@theme_bg_color, 0.85),
|
|
|
|
inset 0 -1px shade(@theme_bg_color, 0.85);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-08-19 03:35:35 +00:00
|
|
|
.scale.slider.fine-tune:active,
|
|
|
|
.scale.slider.fine-tune:active:hover,
|
|
|
|
.scale.slider.fine-tune.horizontal:active,
|
|
|
|
.scale.slider.fine-tune.horizontal:active:hover {
|
|
|
|
background-size: 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.mark {
|
2013-02-26 16:48:52 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.trough {
|
2013-10-16 21:22:40 +00:00
|
|
|
margin: 7px 0;
|
2013-03-07 18:16:39 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-03-07 18:16:39 +00:00
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.trough.vertical {
|
2013-10-16 21:22:40 +00:00
|
|
|
margin: 0 7px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-10-16 21:22:40 +00:00
|
|
|
.menuitem .scale.highlight.left,
|
2013-02-26 16:48:52 +00:00
|
|
|
.scale.highlight.left {
|
|
|
|
border-color: @theme_selected_bg_color;
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-10-16 21:22:40 +00:00
|
|
|
.menuitem .scale.highlight.left:hover {
|
2013-03-07 17:05:06 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.scale.highlight.bottom {
|
|
|
|
border-color: @theme_selected_bg_color;
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.scale.trough:insensitive,
|
2013-02-26 16:48:52 +00:00
|
|
|
.scale.highlight.left:insensitive {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
2013-02-28 12:46:14 +00:00
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************
|
|
|
|
* scrollbar *
|
|
|
|
*************/
|
|
|
|
.scrollbar {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrollbars-junction,
|
|
|
|
.scrollbar.trough {
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: @theme_bg_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollbar.button,
|
|
|
|
.scrollbar.button:active,
|
|
|
|
.scrollbar.button:active:hover {
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: transparent;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-03-11 10:28:20 +00:00
|
|
|
color: shade(@theme_bg_color, 0.6);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollbar.slider {
|
|
|
|
border-width: 1px;
|
2013-09-07 10:31:23 +00:00
|
|
|
border-color: mix(shade(@theme_bg_color, 0.87), @theme_fg_color, 0.21);
|
2013-02-26 16:48:52 +00:00
|
|
|
border-radius: 0;
|
2013-09-07 10:31:23 +00:00
|
|
|
background-color: mix(@theme_bg_color, @theme_fg_color, 0.21);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollbar.slider:hover,
|
|
|
|
.scrollbar.slider.vertical:hover {
|
2013-09-07 10:31:23 +00:00
|
|
|
border-color: mix(shade(@theme_bg_color, 0.87), @theme_fg_color, 0.31);
|
|
|
|
background-color: mix(@theme_bg_color, @theme_fg_color, 0.31);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollbar.slider:active,
|
|
|
|
.scrollbar.slider.vertical:active {
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2013-08-19 03:35:35 +00:00
|
|
|
.scrollbar.slider.fine-tune:prelight:active {
|
2014-02-21 00:48:33 +00:00
|
|
|
border-width: 2px;
|
|
|
|
border-color: transparent;
|
2013-08-19 03:35:35 +00:00
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
/* overlay scrollbar */
|
|
|
|
OsThumb {
|
|
|
|
color: shade(@theme_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
OsThumb:selected,
|
|
|
|
OsScrollbar:selected {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
OsThumb:active,
|
|
|
|
OsScrollbar:active {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
OsThumb:insensitive,
|
|
|
|
OsScrollbar:insensitive {
|
2013-02-28 12:46:14 +00:00
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************
|
|
|
|
* separator *
|
|
|
|
*************/
|
|
|
|
.sidebar.view.separator,
|
|
|
|
.view.separator,
|
|
|
|
.separator {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
2013-02-28 12:46:14 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.9);
|
|
|
|
color: shade(@theme_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button .separator,
|
|
|
|
.button.separator {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.95);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button .separator:insensitive,
|
|
|
|
.button.separator:insensitive {
|
2013-02-27 17:43:28 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.primary-toolbar GtkSeparatorToolItem,
|
|
|
|
.primary-toolbar .separator,
|
2013-09-12 08:46:57 +00:00
|
|
|
.primary-toolbar .separator:insensitive,
|
|
|
|
.toolbar GtkSeparatorToolItem,
|
|
|
|
.toolbar .separator,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .separator:insensitive {
|
2014-02-19 15:06:20 +00:00
|
|
|
-GtkWidget-window-dragging: true;
|
|
|
|
|
2014-01-15 22:25:55 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.95);
|
|
|
|
color: shade(@toolbar_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
2013-09-12 08:46:57 +00:00
|
|
|
.header-bar GtkSeparatorToolItem,
|
|
|
|
.header-bar .separator,
|
2013-12-20 20:53:51 +00:00
|
|
|
.header-bar .separator:insensitive,
|
|
|
|
.titlebar GtkSeparatorToolItem,
|
|
|
|
.titlebar .separator,
|
|
|
|
.titlebar .separator:insensitive {
|
2014-02-19 15:06:20 +00:00
|
|
|
-GtkWidget-window-dragging: true;
|
|
|
|
|
2014-01-15 22:25:55 +00:00
|
|
|
border-color: shade(@titlebar_bg_color, 0.95);
|
|
|
|
color: shade(@titlebar_bg_color, 0.95);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-08-06 22:30:18 +00:00
|
|
|
.primary-toolbar .button .separator,
|
|
|
|
.primary-toolbar .button.separator,
|
2013-03-07 13:34:42 +00:00
|
|
|
.toolbar .button .separator,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button.separator {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.95);
|
2013-03-07 13:34:42 +00:00
|
|
|
}
|
|
|
|
|
2014-01-15 22:25:55 +00:00
|
|
|
.header-bar .button .separator,
|
|
|
|
.header-bar .button.separator,
|
|
|
|
.titlebar .button .separator,
|
|
|
|
.titlebar .button.separator {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.95);
|
|
|
|
}
|
|
|
|
|
2013-08-06 22:30:18 +00:00
|
|
|
.primary-toolbar .button .separator:insensitive,
|
|
|
|
.primary-toolbar .button.separator:insensitive,
|
2013-03-07 13:34:42 +00:00
|
|
|
.toolbar .button .separator:insensitive,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button.separator:insensitive {
|
2013-03-07 13:34:42 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.85);
|
|
|
|
}
|
|
|
|
|
2014-01-15 22:25:55 +00:00
|
|
|
.header-bar .button .separator:insensitive,
|
|
|
|
.header-bar .button.separator:insensitive,
|
|
|
|
.titlebar .button .separator:insensitive,
|
|
|
|
.titlebar .button.separator:insensitive {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.85);
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.menuitem.separator {
|
|
|
|
-GtkMenuItem-horizontal-padding: 0;
|
|
|
|
-GtkWidget-separator-height: 1;
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
border-style: none;
|
2013-02-28 12:46:14 +00:00
|
|
|
color: shade(@menu_bg_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
GtkComboBox .separator {
|
|
|
|
/* always disable separators */
|
|
|
|
-GtkWidget-wide-separators: true;
|
|
|
|
-GtkWidget-horizontal-separator: 0;
|
|
|
|
-GtkWidget-vertical-separator: 0;
|
2014-02-19 15:06:20 +00:00
|
|
|
|
|
|
|
border-style: none;
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/***********
|
|
|
|
* sidebar *
|
|
|
|
***********/
|
|
|
|
.sidebar,
|
|
|
|
.sidebar.view,
|
2013-08-08 03:53:33 +00:00
|
|
|
.sidebar .view,
|
|
|
|
.sidebar GtkScrolledWindow {
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: @theme_bg_color;
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
|
|
|
}
|
|
|
|
|
2013-09-10 17:39:09 +00:00
|
|
|
.sidebar row:selected,
|
|
|
|
.sidebar row:selected:hover,
|
|
|
|
.sidebar row:selected:focus,
|
|
|
|
.sidebar .view row:selected,
|
|
|
|
.sidebar .view row:selected:hover,
|
|
|
|
.sidebar .view row:selected:focus {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar row:prelight,
|
|
|
|
.sidebar .view row:prelight {
|
|
|
|
border-color: shade(@theme_bg_color, 1.05);
|
|
|
|
background-color: shade(@theme_bg_color, 1.05);
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar row:selected:prelight,
|
|
|
|
.sidebar .view row:selected:prelight {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 1.05);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.05);
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.sidebar .frame {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**************
|
|
|
|
* spinbutton *
|
|
|
|
**************/
|
2013-05-18 08:52:04 +00:00
|
|
|
.spinbutton .button {
|
|
|
|
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
|
|
|
padding: 2px 4px;
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
box-shadow: inset 1px 0 shade(@theme_base_color, 0.9);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.spinbutton .button:insensitive {
|
|
|
|
color: mix(@theme_text_color, @theme_base_color, 0.7);
|
|
|
|
box-shadow: inset 1px 0 shade(@theme_bg_color, 0.95);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.spinbutton .button:active,
|
|
|
|
.spinbutton .button:hover {
|
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.spinbutton .button:first-child {
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
box-shadow: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-05-18 08:52:04 +00:00
|
|
|
.spinbutton .button:last-child {
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton .button:dir(rtl) {
|
|
|
|
box-shadow: inset -1px 0 shade(@theme_base_color, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-05-18 08:52:04 +00:00
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_fg_color;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:hover {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
|
|
|
background-color: shade(@theme_bg_color, 1.10);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:active {
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:active:hover {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:focus,
|
|
|
|
.spinbutton.vertical .button:hover:focus,
|
|
|
|
.spinbutton.vertical .button:active:focus,
|
|
|
|
.spinbutton.vertical .button:active:hover:focus {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:insensitive {
|
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:first-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-bottom-width: 0;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical .button:last-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-top-width: 0;
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinbutton.vertical.entry {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***********
|
|
|
|
* spinner *
|
|
|
|
***********/
|
|
|
|
@keyframes spinner {
|
2014-01-23 19:34:31 +00:00
|
|
|
00.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
|
|
|
|
|
|
|
|
10.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
|
|
|
|
|
|
|
|
20.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
|
|
|
|
|
|
|
|
30.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
|
2013-02-26 16:48:52 +00:00
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
|
|
|
|
|
2014-01-23 19:34:31 +00:00
|
|
|
40.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
|
|
|
|
|
|
|
|
50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
|
|
|
|
|
|
|
|
60.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
|
|
|
|
|
|
|
|
70.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
|
|
|
|
|
|
|
|
80.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)); }
|
|
|
|
|
|
|
|
90.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
|
2013-02-26 16:48:52 +00:00
|
|
|
|
|
|
|
100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
2014-01-23 19:34:31 +00:00
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
|
2013-06-05 17:13:25 +00:00
|
|
|
|
2014-01-23 19:34:31 +00:00
|
|
|
background-position: 0% 70%, 33% 70%, 70% 70%;
|
|
|
|
background-size: 30% 30%;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-03-17 14:31:04 +00:00
|
|
|
.spinner:active {
|
2014-01-23 19:34:31 +00:00
|
|
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
|
|
|
|
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent));
|
2013-06-05 17:13:25 +00:00
|
|
|
|
2013-03-17 14:31:04 +00:00
|
|
|
animation: spinner 1s infinite linear;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:48:52 +00:00
|
|
|
.menu.spinner,
|
|
|
|
.primary-toolbar .spinner {
|
|
|
|
color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*************
|
|
|
|
* statusbar *
|
|
|
|
*************/
|
|
|
|
GtkStatusbar {
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 4px;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @theme_fg_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/**********
|
|
|
|
* switch *
|
|
|
|
**********/
|
|
|
|
GtkSwitch {
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
font: bold condensed;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkSwitch.slider {
|
2013-07-03 17:43:34 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkSwitch.slider:insensitive {
|
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkSwitch.trough {
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @theme_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkSwitch.trough:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @theme_selected_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkSwitch.trough:insensitive {
|
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/************
|
|
|
|
* textview *
|
|
|
|
************/
|
|
|
|
GtkTextView {
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
color: @theme_text_color;
|
|
|
|
}
|
2013-07-03 17:43:34 +00:00
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*****************
|
|
|
|
* color chooser *
|
|
|
|
*****************/
|
|
|
|
GtkColorSwatch,
|
|
|
|
GtkColorSwatch:selected {
|
2013-07-03 17:43:34 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: alpha(black, 0.1);
|
|
|
|
border-radius: 1px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-clip: border-box;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch:hover,
|
|
|
|
GtkColorSwatch:selected:hover {
|
|
|
|
border-color: alpha(black, 0.3);
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.color-dark:hover {
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.color-light:hover {
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkColorSwatch.color-light:selected:hover,
|
|
|
|
GtkColorSwatch.color-dark:selected:hover {
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.left,
|
|
|
|
GtkColorSwatch:first-child {
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-bottom-left-radius: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.right,
|
|
|
|
GtkColorSwatch:last-child {
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
border-bottom-right-radius: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch:only-child {
|
|
|
|
border-radius: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.top {
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-top-right-radius: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorSwatch.bottom {
|
|
|
|
border-bottom-left-radius: 2px;
|
|
|
|
border-bottom-right-radius: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorChooserWidget #add-color-button {
|
|
|
|
background-clip: padding-box;
|
|
|
|
border-color: alpha(black, 0.1);
|
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
|
|
|
color: @theme_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorChooserWidget #add-color-button:hover {
|
|
|
|
border-color: alpha(black, 0.3);
|
|
|
|
background-color: shade(@theme_bg_color, 0.90);
|
|
|
|
color: @theme_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-active-badge,
|
|
|
|
.color-active-badge:selected {
|
2013-07-03 17:43:34 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 2px;
|
|
|
|
background-color: transparent;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.color-active-badge.color-light,
|
|
|
|
.color-active-badge.color-light:hover {
|
|
|
|
border-color: alpha(black, 0.3);
|
|
|
|
color: alpha(black, 0.3);
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.color-active-badge.color-dark,
|
|
|
|
.color-active-badge.color-dark:hover {
|
|
|
|
border-color: alpha(white, 0.3);
|
|
|
|
color: alpha(white, 0.3);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorEditor GtkColorSwatch {
|
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorEditor GtkColorSwatch.color-dark:hover,
|
|
|
|
GtkColorEditor GtkColorSwatch.color-light:hover {
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: alpha(black, 0.3);
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkColorButton.button {
|
|
|
|
padding: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/**************
|
|
|
|
* header-bar *
|
|
|
|
**************/
|
|
|
|
.header-bar {
|
2013-09-10 10:48:06 +00:00
|
|
|
padding: 4px;
|
2013-11-13 13:32:43 +00:00
|
|
|
border-width: 0 0 1px 0;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-style: solid;
|
2014-01-15 22:25:55 +00:00
|
|
|
border-color: shade(@titlebar_bg_color, 0.8);
|
|
|
|
background-color: @titlebar_bg_color;
|
2013-12-20 19:50:47 +00:00
|
|
|
background-image: none;
|
2014-01-15 22:25:55 +00:00
|
|
|
color: @titlebar_bg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.header-bar .button.text-button {
|
2013-09-11 20:50:19 +00:00
|
|
|
padding: 4px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.header-bar .button.image-button {
|
2013-09-11 20:50:19 +00:00
|
|
|
padding: 6px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 10:08:57 +00:00
|
|
|
.header-bar .title {
|
|
|
|
font: bold;
|
2013-12-20 19:27:19 +00:00
|
|
|
padding: 0 12px;
|
2013-09-10 10:08:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .subtitle {
|
|
|
|
font: smaller;
|
2013-12-20 19:27:19 +00:00
|
|
|
padding: 0 12px;
|
2013-09-10 10:08:57 +00:00
|
|
|
}
|
|
|
|
|
2014-01-15 22:25:55 +00:00
|
|
|
.header-bar GtkComboBox,
|
|
|
|
.header-bar .button {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.8);
|
|
|
|
background-color: shade(@titlebar_bg_color, 1.08);
|
|
|
|
background-image: none;
|
|
|
|
color: @titlebar_fg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:hover {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.7);
|
|
|
|
background-color: shade(@titlebar_bg_color, 1.10);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:active {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.8);
|
|
|
|
background-color: shade(@titlebar_bg_color, 0.95);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:active:hover {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:focus,
|
|
|
|
.header-bar .button:hover:focus,
|
|
|
|
.header-bar .button:active:focus,
|
|
|
|
.header-bar .button:active:hover:focus {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:insensitive {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.85);
|
|
|
|
background-color: shade(@titlebar_bg_color, 0.9);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button:active *:insensitive {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.75);
|
|
|
|
background-color: shade(@titlebar_bg_color, 0.80);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .entry {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .entry:active,
|
|
|
|
.header-bar .entry:focus {
|
|
|
|
border-color: shade(@titlebar_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/***********
|
|
|
|
* toolbar *
|
|
|
|
***********/
|
|
|
|
.toolbar {
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 4px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-style: none;
|
|
|
|
background-color: @toolbar_bg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
background-image: none;
|
2013-12-20 19:49:36 +00:00
|
|
|
color: @toolbar_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.toolbar .button {
|
|
|
|
padding: 2px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.toolbar .button.text-button {
|
|
|
|
padding: 2px 4px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.toolbar .button.image-button {
|
|
|
|
padding: 4px 3px 3px 4px;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.toolbar:insensitive {
|
|
|
|
background-color: shade(@toolbar_bg_color, 0.9);
|
2013-12-20 19:50:47 +00:00
|
|
|
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* menubar toolbars */
|
|
|
|
.toolbar.menubar {
|
|
|
|
-GtkToolbar-button-relief: normal;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*******************
|
|
|
|
* primary-toolbar *
|
|
|
|
*******************/
|
|
|
|
.primary-toolbar,
|
|
|
|
.primary-toolbar .toolbar,
|
|
|
|
.primary-toolbar.toolbar {
|
|
|
|
-GtkWidget-window-dragging: true;
|
2013-07-03 17:43:34 +00:00
|
|
|
|
2013-09-10 10:27:45 +00:00
|
|
|
padding: 4px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
|
|
|
background-color: @toolbar_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @toolbar_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar GtkComboBox,
|
|
|
|
.primary-toolbar .button {
|
|
|
|
padding: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: transparent;
|
2013-07-03 17:43:34 +00:00
|
|
|
border-radius: 2px;
|
2013-07-03 17:46:24 +00:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
color: @toolbar_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .raised .button,
|
|
|
|
.primary-toolbar .raised.button,
|
|
|
|
.toolbar GtkComboBox,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
|
|
|
background-color: shade(@toolbar_bg_color, 1.08);
|
|
|
|
background-image: none;
|
|
|
|
color: @toolbar_fg_color;
|
2013-07-03 17:43:34 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button:hover,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:hover {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
|
|
|
background-color: shade(@toolbar_bg_color, 1.10);
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button:active,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:active {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
|
|
|
background-color: shade(@toolbar_bg_color, 0.95);
|
|
|
|
background-image: none;
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button:active:hover,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:active:hover {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button:focus,
|
|
|
|
.primary-toolbar .button:hover:focus,
|
|
|
|
.primary-toolbar .button:active:focus,
|
|
|
|
.primary-toolbar .button:active:hover:focus,
|
|
|
|
.toolbar .button:focus,
|
|
|
|
.toolbar .button:hover:focus,
|
|
|
|
.toolbar .button:active:focus,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:active:hover:focus {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button:insensitive,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.85);
|
|
|
|
background-color: shade(@toolbar_bg_color, 0.9);
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-09-10 09:35:28 +00:00
|
|
|
.primary-toolbar .button:active *:insensitive,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .button:active *:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.75);
|
|
|
|
background-color: shade(@toolbar_bg_color, 0.80);
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-08-07 13:08:58 +00:00
|
|
|
.primary-toolbar .entry,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .entry {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .entry:active,
|
2013-08-07 13:08:58 +00:00
|
|
|
.primary-toolbar .entry:focus,
|
|
|
|
.toolbar .entry:active,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .entry:focus {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* inline-toolbar */
|
|
|
|
.inline-toolbar.toolbar {
|
|
|
|
-GtkToolbar-button-relief: normal;
|
|
|
|
|
|
|
|
padding: 1px;
|
2013-07-03 12:31:45 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: @theme_bg_color;
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar:last-child {
|
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button {
|
|
|
|
padding: 1px;
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: shade(@theme_bg_color, 1.08);
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @theme_fg_color;
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button:hover {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
|
|
|
background-color: shade(@theme_bg_color, 1.10);
|
|
|
|
background-image: none;
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button:active {
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 0.95);
|
2013-07-03 12:31:45 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button:active:hover {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button:focus,
|
|
|
|
.inline-toolbar.toolbar .button:hover:focus,
|
|
|
|
.inline-toolbar.toolbar .button:active:focus,
|
|
|
|
.inline-toolbar.toolbar .button:active:hover:focus {
|
|
|
|
border-color: shade(@theme_bg_color, 0.7);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-12-22 21:41:10 +00:00
|
|
|
.inline-toolbar.toolbar .button:insensitive,
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
|
|
|
border-color: shade(@theme_bg_color, 0.85);
|
|
|
|
background-color: shade(@theme_bg_color, 0.9);
|
|
|
|
background-image: none;
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-12-22 21:41:10 +00:00
|
|
|
.inline-toolbar.toolbar .button:active *:insensitive
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:active *:insensitive {
|
|
|
|
border-color: shade(@theme_bg_color, 0.75);
|
|
|
|
background-color: shade(@theme_bg_color, 0.80);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/******************
|
|
|
|
* linked buttons *
|
|
|
|
*****************/
|
|
|
|
/* set up shadows for visual separation */
|
|
|
|
.linked .button,
|
|
|
|
.inline-toolbar.toolbar .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton > .button {
|
|
|
|
box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.linked .button:active,
|
|
|
|
.inline-toolbar.toolbar .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton > .button:active {
|
|
|
|
box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9),
|
|
|
|
inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.linked .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
|
2013-12-22 21:41:10 +00:00
|
|
|
box-shadow: inset -1px 0 shade(@theme_bg_color, 0.85);
|
2013-07-03 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* remove box shadow from last-child and only-child */
|
|
|
|
.linked .button:last-child,
|
|
|
|
.linked .button:only-child,
|
|
|
|
.linked .button:insensitive:last-child,
|
|
|
|
.linked .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.linked .button:active *:insensitive:last-child,
|
|
|
|
.linked .button:active *:insensitive:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar .button:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:only-child,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.inline-toolbar.toolbar .button:active *:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:active *:insensitive:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child > .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child > .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive,
|
2013-09-10 09:35:28 +00:00
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child > .button:active *:insensitive,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child > .button:active *:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* add back the inset shadow effect */
|
|
|
|
.linked .button:active:last-child,
|
|
|
|
.linked .button:active:only-child,
|
|
|
|
.inline-toolbar.toolbar .button:active:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:active:only-child,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child > .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child > .button:active {
|
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* middle button */
|
|
|
|
.linked .entry,
|
|
|
|
.linked .button,
|
|
|
|
.linked .button:active,
|
|
|
|
.linked .button:active:hover,
|
|
|
|
.linked .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar .button,
|
|
|
|
.inline-toolbar.toolbar .button:active,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
2013-05-18 08:52:04 +00:00
|
|
|
border-width: 1px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-radius: 0;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-width: 0;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*leftmost button */
|
|
|
|
.linked .entry:first-child,
|
|
|
|
.linked .button:first-child,
|
|
|
|
.linked .button:active:first-child,
|
|
|
|
.linked .button:active:hover:first-child,
|
|
|
|
.linked .button:insensitive:first-child,
|
|
|
|
.inline-toolbar.toolbar .button:first-child,
|
|
|
|
.inline-toolbar.toolbar .button:active:first-child,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive:first-child,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:first-child .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:first-child .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* rightmost button */
|
|
|
|
.linked .entry:last-child,
|
|
|
|
.linked .button:last-child,
|
|
|
|
.linked .button:active:last-child,
|
|
|
|
.linked .button:active:hover:last-child,
|
|
|
|
.linked .button:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:active:last-child,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-left-width: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* linked single button */
|
|
|
|
.linked .entry:only-child,
|
|
|
|
.linked .button:only-child,
|
|
|
|
.linked .button:active:only-child,
|
|
|
|
.linked .button:active:hover:only-child,
|
|
|
|
.linked .button:insensitive:only-child,
|
|
|
|
.inline-toolbar.toolbar .button:only-child,
|
|
|
|
.inline-toolbar.toolbar .button:active:only-child,
|
|
|
|
.inline-toolbar.toolbar .button:insensitive:only-child,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child .button,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child .button:active,
|
|
|
|
.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* linked button shadows (vertical) */
|
|
|
|
.linked.vertical .button,
|
|
|
|
.inline-toolbar.toolbar.vertical .button,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton > .button {
|
|
|
|
box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.linked.vertical .button:active,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:active,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton > .button:active {
|
|
|
|
box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9),
|
|
|
|
inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.linked.vertical .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
|
2013-12-22 21:41:10 +00:00
|
|
|
box-shadow: inset 0 -1px shade(@theme_bg_color, 0.85);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* remove box shadow from last-child and only-child */
|
|
|
|
.linked.vertical .button:last-child,
|
|
|
|
.linked.vertical .button:only-child,
|
|
|
|
.linked.vertical .button:insensitive:last-child,
|
|
|
|
.linked.vertical .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.linked.vertical .button:active *:insensitive:last-child,
|
|
|
|
.linked.vertical .button:active *:insensitive:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar.vertical .button:last-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:only-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.inline-toolbar.toolbar.vertical .button:active *:insensitive:last-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:active *:insensitive:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive,
|
2013-09-10 09:35:28 +00:00
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active *:insensitive,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active *:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* add back the inset shadow effect */
|
|
|
|
.linked.vertical .button:active:last-child,
|
|
|
|
.linked.vertical .button:active:only-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:active:last-child,
|
|
|
|
.inline-toolbar.toolbar.vertical .button:active:only-child,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active,
|
|
|
|
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active {
|
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* middle button (vertical) */
|
|
|
|
.linked.vertical .entry,
|
|
|
|
.linked.vertical .button,
|
|
|
|
.linked.vertical .button:active,
|
|
|
|
.linked.vertical .button:active:hover,
|
|
|
|
.linked.vertical .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom-width: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* top button (vertical) */
|
|
|
|
.linked.vertical .entry:first-child,
|
|
|
|
.linked.vertical .button:first-child,
|
|
|
|
.linked.vertical .button:active:first-child,
|
|
|
|
.linked.vertical .button:active:hover:first-child,
|
|
|
|
.linked.vertical .button:insensitive:first-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* bottom button (vertical) */
|
|
|
|
.linked.vertical .entry:last-child,
|
|
|
|
.linked.vertical .button:last-child,
|
|
|
|
.linked.vertical .button:active:last-child,
|
|
|
|
.linked.vertical .button:active:hover:last-child,
|
|
|
|
.linked.vertical .button:insensitive:last-child {
|
|
|
|
border-width: 1px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-radius: 2px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-top-width: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* linked single button (vertical) */
|
|
|
|
.linked.vertical .entry:only-child,
|
|
|
|
.linked.vertical .button:only-child,
|
|
|
|
.linked.vertical .button:active:only-child,
|
|
|
|
.linked.vertical .button:active:hover:only-child,
|
|
|
|
.linked.vertical .button:insensitive:only-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* linked toolbar buttons */
|
|
|
|
.primary-toolbar .button.raised.linked,
|
|
|
|
.primary-toolbar .raised.linked .button,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked,
|
|
|
|
.toolbar .raised.linked .button,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button.raised.linked:active,
|
|
|
|
.primary-toolbar .raised.linked .button:active,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:active,
|
|
|
|
.toolbar .raised.linked .button:active,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:active {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9),
|
|
|
|
inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .button.raised.linked:insensitive,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:insensitive,
|
|
|
|
.toolbar .raised.linked .button:insensitive,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:insensitive {
|
2013-12-22 21:41:10 +00:00
|
|
|
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.85);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* remove box shadow from last-child and only-child */
|
|
|
|
.primary-toolbar .button.raised.linked:last-child,
|
|
|
|
.primary-toolbar .button.raised.linked:only-child,
|
|
|
|
.primary-toolbar .button:insensitive.raised.linked:last-child,
|
|
|
|
.primary-toolbar .button:insensitive.raised.linked:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.primary-toolbar .button:active *:insensitive.raised.linked:last-child,
|
|
|
|
.primary-toolbar .button:active *:insensitive.raised.linked:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.primary-toolbar .raised.linked .button:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:only-child,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.primary-toolbar .raised.linked .button:active *:insensitive:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active *:insensitive:only-child,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:last-child,
|
|
|
|
.toolbar .button.raised.linked:only-child,
|
2013-07-03 17:46:24 +00:00
|
|
|
.toolbar .button:insensitive.raised.linked:last-child,
|
|
|
|
.toolbar .button:insensitive.raised.linked:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.toolbar .button:active *:insensitive.raised.linked:last-child,
|
|
|
|
.toolbar .button:active *:insensitive.raised.linked:only-child,
|
2013-08-07 11:59:00 +00:00
|
|
|
.toolbar .raised.linked .button:last-child,
|
|
|
|
.toolbar .raised.linked .button:only-child,
|
|
|
|
.toolbar .raised.linked .button:insensitive:last-child,
|
|
|
|
.toolbar .raised.linked .button:insensitive:only-child,
|
2013-09-10 09:35:28 +00:00
|
|
|
.toolbar .raised.linked .button:active *:insensitive:last-child,
|
|
|
|
.toolbar .raised.linked .button:active *:insensitive:only-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .linked .button:last-child,
|
|
|
|
.toolbar .linked .button:only-child,
|
|
|
|
.toolbar .linked .button:insensitive:last-child,
|
|
|
|
.toolbar .linked .button:insensitive:only-child,
|
|
|
|
.toolbar .linked .button:active *:insensitive:last-child,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:active *:insensitive:only-child {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* add back the inset shadow effect */
|
|
|
|
.primary-toolbar .button:active.raised.linked:last-child,
|
|
|
|
.primary-toolbar .button:active.raised.linked:only-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active:only-child,
|
|
|
|
.toolbar .button:active.raised.linked:last-child,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button:active.raised.linked:only-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .raised.linked .button:active:last-child,
|
|
|
|
.toolbar .raised.linked .button:active:only-child,
|
|
|
|
.toolbar .linked .button:active:last-child,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:active:only-child {
|
2013-07-03 17:46:24 +00:00
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* middle button */
|
|
|
|
.primary-toolbar .button.raised.linked,
|
|
|
|
.primary-toolbar .button.raised.linked:active,
|
|
|
|
.primary-toolbar .button.raised.linked:insensitive,
|
|
|
|
.primary-toolbar .raised.linked .button,
|
|
|
|
.primary-toolbar .raised.linked .button:active,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked,
|
|
|
|
.toolbar .button.raised.linked:active,
|
|
|
|
.toolbar .button.raised.linked:insensitive,
|
2013-08-07 11:59:00 +00:00
|
|
|
.toolbar .raised.linked .button,
|
|
|
|
.toolbar .raised.linked .button:active,
|
|
|
|
.toolbar .raised.linked .button:insensitive,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .linked .button,
|
|
|
|
.toolbar .linked .button:active,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-width: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* leftmost button */
|
|
|
|
.primary-toolbar .button.raised.linked:first-child,
|
|
|
|
.primary-toolbar .button.raised.linked:active:first-child,
|
|
|
|
.primary-toolbar .button.raised.linked:insensitive:first-child,
|
|
|
|
.primary-toolbar .raised.linked .button:first-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active:first-child,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive:first-child,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:first-child,
|
|
|
|
.toolbar .button.raised.linked:active:first-child,
|
|
|
|
.toolbar .button.raised.linked:insensitive:first-child,
|
|
|
|
.toolbar .raised.linked .button:first-child,
|
|
|
|
.toolbar .raised.linked .button:active:first-child,
|
|
|
|
.toolbar .raised.linked .button:insensitive:first-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .linked .button:first-child,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:active:first-child {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 1px;
|
2013-05-18 08:52:04 +00:00
|
|
|
border-radius: 2px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-right-width: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* rightmost button */
|
|
|
|
.primary-toolbar .button.raised.linked:last-child,
|
|
|
|
.primary-toolbar .button.raised.linked:active:last-child,
|
|
|
|
.primary-toolbar .button.raised.linked:insensitive:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active:last-child,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive:last-child,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:last-child,
|
|
|
|
.toolbar .button.raised.linked:active:last-child,
|
|
|
|
.toolbar .button.raised.linked:insensitive:last-child,
|
|
|
|
.toolbar .raised.linked .button:last-child,
|
|
|
|
.toolbar .raised.linked .button:active:last-child,
|
|
|
|
.toolbar .raised.linked .button:insensitive:last-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .linked .button:last-child,
|
|
|
|
.toolbar .linked .button:active:last-child,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:insensitive:last-child {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-left-width: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* linked single button */
|
|
|
|
.primary-toolbar .button.raised.linked:only-child,
|
|
|
|
.primary-toolbar .button.raised.linked:active:only-child,
|
|
|
|
.primary-toolbar .button.raised.linked:insensitive:only-child,
|
|
|
|
.primary-toolbar .raised.linked .button:only-child,
|
|
|
|
.primary-toolbar .raised.linked .button:active:only-child,
|
|
|
|
.primary-toolbar .raised.linked .button:insensitive:only-child,
|
2013-08-06 22:30:18 +00:00
|
|
|
.toolbar .button.raised.linked:only-child,
|
|
|
|
.toolbar .button.raised.linked:active:only-child,
|
|
|
|
.toolbar .button.raised.linked:insensitive:only-child,
|
|
|
|
.toolbar .raised.linked .button:only-child,
|
|
|
|
.toolbar .raised.linked .button:active:only-child,
|
|
|
|
.toolbar .raised.linked .button:insensitive:only-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.toolbar .linked .button:only-child,
|
|
|
|
.toolbar .linked .button:active:only-child,
|
2014-01-15 22:25:55 +00:00
|
|
|
.toolbar .linked .button:insensitive:only-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* linked titlebar buttons */
|
|
|
|
.header-bar .button.raised.linked,
|
|
|
|
.header-bar .raised.linked .button,
|
|
|
|
.header-bar .linked .button {
|
|
|
|
box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button.raised.linked:active,
|
|
|
|
.header-bar .raised.linked .button:active,
|
|
|
|
.header-bar .linked .button:active {
|
|
|
|
box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9),
|
|
|
|
inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-bar .button.raised.linked:insensitive,
|
|
|
|
.header-bar .raised.linked .button:insensitive,
|
|
|
|
.header-bar .linked .button:insensitive {
|
|
|
|
box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.85);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* remove box shadow from last-child and only-child */
|
|
|
|
.header-bar .button.raised.linked:last-child,
|
|
|
|
.header-bar .button.raised.linked:only-child,
|
|
|
|
.header-bar .button:insensitive.raised.linked:last-child,
|
|
|
|
.header-bar .button:insensitive.raised.linked:only-child,
|
|
|
|
.header-bar .button:active *:insensitive.raised.linked:last-child,
|
|
|
|
.header-bar .button:active *:insensitive.raised.linked:only-child,
|
|
|
|
.header-bar .raised.linked .button:last-child,
|
|
|
|
.header-bar .raised.linked .button:only-child,
|
|
|
|
.header-bar .raised.linked .button:insensitive:last-child,
|
|
|
|
.header-bar .raised.linked .button:insensitive:only-child,
|
|
|
|
.header-bar .raised.linked .button:active *:insensitive:last-child,
|
|
|
|
.header-bar .raised.linked .button:active *:insensitive:only-child,
|
|
|
|
.header-bar .linked .button:last-child,
|
|
|
|
.header-bar .linked .button:only-child,
|
|
|
|
.header-bar .linked .button:insensitive:last-child,
|
|
|
|
.header-bar .linked .button:insensitive:only-child,
|
|
|
|
.header-bar .linked .button:active *:insensitive:last-child,
|
|
|
|
.header-bar .linked .button:active *:insensitive:only-child {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* add back the inset shadow effect */
|
|
|
|
.header-bar .button:active.raised.linked:last-child,
|
|
|
|
.header-bar .button:active.raised.linked:only-child,
|
|
|
|
.header-bar .raised.linked .button:active:last-child,
|
|
|
|
.header-bar .raised.linked .button:active:only-child,
|
|
|
|
.header-bar .linked .button:active:last-child,
|
|
|
|
.header-bar .linked .button:active:only-child {
|
|
|
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
|
|
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
|
|
|
inset -1px 0 alpha(@dark_shadow, 0.07);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* middle button */
|
|
|
|
.header-bar .button.raised.linked,
|
|
|
|
.header-bar .button.raised.linked:active,
|
|
|
|
.header-bar .button.raised.linked:insensitive,
|
|
|
|
.header-bar .raised.linked .button,
|
|
|
|
.header-bar .raised.linked .button:active,
|
|
|
|
.header-bar .raised.linked .button:insensitive,
|
|
|
|
.header-bar .linked .button,
|
|
|
|
.header-bar .linked .button:active,
|
|
|
|
.header-bar .linked .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* leftmost button */
|
|
|
|
.header-bar .button.raised.linked:first-child,
|
|
|
|
.header-bar .button.raised.linked:active:first-child,
|
|
|
|
.header-bar .button.raised.linked:insensitive:first-child,
|
|
|
|
.header-bar .raised.linked .button:first-child,
|
|
|
|
.header-bar .raised.linked .button:active:first-child,
|
|
|
|
.header-bar .raised.linked .button:insensitive:first-child,
|
|
|
|
.header-bar .linked .button:first-child,
|
|
|
|
.header-bar .linked .button:active:first-child,
|
|
|
|
.header-bar .linked .button:insensitive:first-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* rightmost button */
|
|
|
|
.header-bar .button.raised.linked:last-child,
|
|
|
|
.header-bar .button.raised.linked:active:last-child,
|
|
|
|
.header-bar .button.raised.linked:insensitive:last-child,
|
|
|
|
.header-bar .raised.linked .button:last-child,
|
|
|
|
.header-bar .raised.linked .button:active:last-child,
|
|
|
|
.header-bar .raised.linked .button:insensitive:last-child,
|
|
|
|
.header-bar .linked .button:last-child,
|
|
|
|
.header-bar .linked .button:active:last-child,
|
|
|
|
.header-bar .linked .button:insensitive:last-child {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-left-width: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* linked single button */
|
2013-08-06 22:30:18 +00:00
|
|
|
.header-bar .button.raised.linked:only-child,
|
|
|
|
.header-bar .button.raised.linked:active:only-child,
|
|
|
|
.header-bar .button.raised.linked:insensitive:only-child,
|
|
|
|
.header-bar .raised.linked .button:only-child,
|
|
|
|
.header-bar .raised.linked .button:active:only-child,
|
2013-09-12 09:22:42 +00:00
|
|
|
.header-bar .raised.linked .button:insensitive:only-child,
|
|
|
|
.header-bar .linked .button:only-child,
|
|
|
|
.header-bar .linked .button:active:only-child,
|
|
|
|
.header-bar .linked .button:insensitive:only-child {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/***********
|
|
|
|
* tooltip *
|
|
|
|
***********/
|
|
|
|
.tooltip {
|
|
|
|
border-width: 1px;
|
2013-07-03 11:17:13 +00:00
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@theme_tooltip_bg_color, 0.8);
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: @theme_tooltip_bg_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_tooltip_fg_color;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.tooltip * {
|
|
|
|
background-color: transparent;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/************
|
|
|
|
* treeview *
|
|
|
|
************/
|
|
|
|
GtkTreeView {
|
|
|
|
-GtkTreeView-vertical-separator: 0;
|
|
|
|
-GtkWidget-focus-line-width: 1;
|
|
|
|
-GtkWidget-focus-padding: 1;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkTreeView.dnd {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2014-01-23 19:24:08 +00:00
|
|
|
border-color: @theme_selected_bg_color;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-radius: 0;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
GtkTreeView .entry {
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
background-image: none;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/************
|
|
|
|
* viewport *
|
|
|
|
************/
|
|
|
|
GtkViewport.frame {
|
|
|
|
border-width: 0;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.view {
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
color: @theme_text_color;
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.view:insensitive,
|
|
|
|
.view:insensitive:insensitive {
|
|
|
|
background-color: shade(@theme_base_color, 0.9);
|
|
|
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
2013-07-03 11:17:13 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.view:selected,
|
|
|
|
.view:selected:focus {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
color: @theme_selected_fg_color;
|
|
|
|
}
|
2013-02-26 16:48:52 +00:00
|
|
|
|
2014-01-16 04:24:41 +00:00
|
|
|
/**************
|
|
|
|
* action-bar *
|
|
|
|
**************/
|
|
|
|
.action-bar {
|
|
|
|
padding: 4px;
|
2014-01-23 19:24:08 +00:00
|
|
|
border-width: 1px 0 0 0;
|
2014-01-16 04:24:41 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
background-image: none;
|
2014-02-21 00:02:30 +00:00
|
|
|
color: @theme_fg_color;
|
2014-01-16 04:24:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.action-bar .button.text-button {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-bar .button.image-button {
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-bar .title {
|
|
|
|
font: bold;
|
|
|
|
padding: 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-bar .subtitle {
|
|
|
|
font: smaller;
|
|
|
|
padding: 0 12px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 16:14:55 +00:00
|
|
|
/***************
|
|
|
|
* search bars *
|
|
|
|
***************/
|
|
|
|
.search-bar {
|
2013-11-13 13:32:43 +00:00
|
|
|
border-width: 0 0 1px 0;
|
2013-10-23 16:14:55 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_bg_color, 0.98);
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar .button.close-button {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*********************
|
|
|
|
* app notifications *
|
|
|
|
*********************/
|
|
|
|
.app-notification {
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@theme_base_color, 0.8);
|
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
padding: 8px;
|
|
|
|
background-color: @theme_base_color;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @theme_text_color;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*******
|
|
|
|
* osd *
|
|
|
|
*******/
|
|
|
|
.background.osd {
|
|
|
|
color: @osd_fg;
|
|
|
|
background-color: @osd_bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkOverlay.osd {
|
2013-02-26 16:48:52 +00:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.frame {
|
|
|
|
background-clip: border-box;
|
|
|
|
background-origin: border-box;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.button,
|
|
|
|
.osd .button {
|
|
|
|
padding: 4px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: shade(@osd_bg, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @osd_fg;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.button:prelight,
|
|
|
|
.osd.button:hover,
|
|
|
|
.osd .button:hover {
|
|
|
|
border-color: shade(@osd_bg, 0.7);
|
|
|
|
background-color: shade(@osd_bg, 1.10);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.button:active,
|
|
|
|
.osd .button:active,
|
|
|
|
.osd GtkMenuButton.button:active {
|
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
background-color: shade(@osd_bg, 0.95);
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.button:active:hover,
|
|
|
|
.osd .button:active:hover,
|
|
|
|
.osd GtkMenuButton.button:active:hover {
|
|
|
|
border-color: shade(@osd_bg, 0.7);
|
2013-02-28 12:46:14 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.button:insensitive,
|
|
|
|
.osd .button:insensitive {
|
|
|
|
border-color: shade(@osd_bg, 0.85);
|
|
|
|
background-color: shade(@osd_bg, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 09:35:28 +00:00
|
|
|
.osd.button:active *:insensitive,
|
|
|
|
.osd .button:active *:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
background-color: shade(@osd_bg, 0.80);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar {
|
2013-02-26 16:48:52 +00:00
|
|
|
-GtkToolbar-button-relief: normal;
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
padding: 4px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
background-color: @osd_bg;
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @osd_fg;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button {
|
|
|
|
padding: 4px;
|
|
|
|
border-width: 1px;
|
2013-02-26 16:48:52 +00:00
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: shade(@osd_bg, 1.08);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: @osd_fg;
|
2013-03-07 13:34:42 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:hover {
|
|
|
|
border-color: shade(@osd_bg, 0.7);
|
|
|
|
background-color: shade(@osd_bg, 1.10);
|
2013-03-07 13:34:42 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:active {
|
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
background-color: shade(@osd_bg, 0.95);
|
2013-03-07 13:34:42 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:active:hover {
|
|
|
|
border-color: shade(@osd_bg, 0.7);
|
2013-03-07 13:34:42 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:focus,
|
|
|
|
.osd.toolbar .button:hover:focus,
|
|
|
|
.osd.toolbar .button:active:focus,
|
|
|
|
.osd.toolbar .button:active:hover:focus {
|
|
|
|
border-color: shade(@osd_bg, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:insensitive {
|
|
|
|
border-color: shade(@osd_bg, 0.85);
|
|
|
|
background-color: shade(@osd_bg, 0.9);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 09:35:28 +00:00
|
|
|
.osd.toolbar .button:active *:insensitive {
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@osd_bg, 0.75);
|
|
|
|
background-color: shade(@osd_bg, 0.80);
|
|
|
|
background-image: none;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .button:first-child {
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
box-shadow: inset -1px 0 shade(@osd_bg, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.osd.toolbar .button:last-child {
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
border-width: 1px 1px 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.osd.toolbar .button:only-child,
|
|
|
|
.osd.toolbar GtkToolButton .button,
|
|
|
|
.osd.toolbar GtkToolButton:only-child .button,
|
|
|
|
.osd.toolbar GtkToolButton:last-child .button,
|
|
|
|
.osd.toolbar GtkToolButton:first-child .button {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-style: solid;
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.toolbar .separator {
|
|
|
|
color: shade(@osd_bg, 0.9);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* used by gnome-settings-daemon's media-keys OSD */
|
|
|
|
.osd.trough {
|
|
|
|
background-color: shade(@osd_bg, 0.8);
|
2013-05-18 08:52:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd.progressbar {
|
|
|
|
background-color: @osd_fg;
|
2013-05-25 20:35:22 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.slider {
|
|
|
|
background-color: shade(@osd_bg, 1.08);
|
|
|
|
background-image: none;
|
|
|
|
/* we will draw the border using box shadow for now */
|
|
|
|
box-shadow: inset 1px 0 shade(@osd_bg, 0.8),
|
|
|
|
inset 0 1px shade(@osd_bg, 0.8),
|
|
|
|
inset -1px 0 shade(@osd_bg, 0.8),
|
|
|
|
inset 0 -1px shade(@osd_bg, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.slider:hover {
|
|
|
|
box-shadow: inset 1px 0 shade(@osd_bg, 0.7),
|
|
|
|
inset 0 1px shade(@osd_bg, 0.7),
|
|
|
|
inset -1px 0 shade(@osd_bg, 0.7),
|
|
|
|
inset 0 -1px shade(@osd_bg, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.slider:insensitive {
|
|
|
|
background-color: shade(@osd_bg, 0.9);
|
|
|
|
background-image: none;
|
|
|
|
box-shadow: inset 1px 0 shade(@osd_bg, 0.85),
|
|
|
|
inset 0 1px shade(@osd_bg, 0.85),
|
|
|
|
inset -1px 0 shade(@osd_bg, 0.85),
|
|
|
|
inset 0 -1px shade(@osd_bg, 0.85);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.trough {
|
|
|
|
border-color: shade(@osd_bg, 0.8);
|
|
|
|
background-color: shade(@osd_bg, 1.08);
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.trough.highlight {
|
|
|
|
border-color: @theme_selected_bg_color;
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
background-image: none;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scale.trough:insensitive,
|
|
|
|
.osd .scale.trough.highlight:insensitive {
|
|
|
|
border-color: shade(@osd_bg, 0.85);
|
|
|
|
background-color: shade(@osd_bg, 0.9);
|
|
|
|
background-image: none;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd GtkProgressBar,
|
|
|
|
GtkProgressBar.osd {
|
|
|
|
-GtkProgressBar-xspacing: 0;
|
|
|
|
-GtkProgressBar-yspacing: 2px;
|
|
|
|
-GtkProgressBar-min-horizontal-bar-height: 2px;
|
2014-02-19 15:06:20 +00:00
|
|
|
|
|
|
|
padding: 0;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd GtkProgressBar.trough,
|
|
|
|
GtkProgressBar.osd.trough {
|
|
|
|
padding: 0;
|
|
|
|
border-style: none;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: none;
|
|
|
|
background-color: transparent;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd GtkProgressBar.progressbar,
|
|
|
|
GtkProgressBar.osd.progressbar {
|
|
|
|
border-style: none;
|
2014-02-19 15:06:20 +00:00
|
|
|
border-radius: 0;
|
2013-07-03 17:46:24 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
background-image: none;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .view,
|
|
|
|
.osd.view {
|
|
|
|
background-color: @osd_base;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scrollbar.trough {
|
|
|
|
background-color: @osd_bg;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scrollbar.slider {
|
2013-06-21 19:06:26 +00:00
|
|
|
border-width: 1px;
|
2013-09-07 10:31:23 +00:00
|
|
|
border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
|
2013-07-03 17:46:24 +00:00
|
|
|
border-radius: 0;
|
2013-09-07 10:31:23 +00:00
|
|
|
background-color: mix(@osd_base, @osd_fg, 0.21);
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scrollbar.slider:hover {
|
2013-09-07 10:31:23 +00:00
|
|
|
border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);
|
|
|
|
background-color: mix(@osd_base, @osd_fg, 0.31);
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd .scrollbar.slider:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: @theme_selected_bg_color;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.osd GtkIconView.cell:selected,
|
|
|
|
.osd GtkIconView.cell:selected:focus {
|
|
|
|
background-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-width: 3px;
|
|
|
|
border-color: @osd_fg;
|
|
|
|
outline-color: transparent;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* used by Documents */
|
|
|
|
.osd .page-thumbnail {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: shade(@osd_bg, 0.9);
|
|
|
|
/* when there's no pixbuf yet */
|
|
|
|
background-color: @osd_bg;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 09:53:15 +00:00
|
|
|
/******************************
|
|
|
|
* destructive action buttons *
|
|
|
|
******************************/
|
|
|
|
.destructive-action.button {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@error_color, 0.8);
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: @error_color;
|
|
|
|
background-image: none;
|
|
|
|
color: mix(@theme_selected_fg_color, @error_color, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.destructive-action.button:hover {
|
|
|
|
border-color: shade(@error_color, 0.7);
|
|
|
|
background-color: shade(@error_color, 1.12);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.destructive-action.button:active {
|
|
|
|
border-color: shade(@error_color, 0.8);
|
|
|
|
background-color: shade(@error_color, 0.87);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.destructive-action.button:hover:active {
|
|
|
|
border-color: shade(@error_color, 0.7);
|
|
|
|
}
|
|
|
|
|
2014-02-21 00:12:56 +00:00
|
|
|
/******************************
|
|
|
|
* suggested action buttons *
|
|
|
|
******************************/
|
|
|
|
.suggested-action.button {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.18);
|
|
|
|
background-image: none;
|
|
|
|
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggested-action.button:hover {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.20);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggested-action.button:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.05);
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggested-action.button:hover:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/******************
|
|
|
|
* selection mode *
|
|
|
|
******************/
|
|
|
|
.selection-mode.header-bar,
|
|
|
|
.selection-mode.toolbar {
|
|
|
|
border-style: solid;
|
|
|
|
border-color: @theme_selected_bg_color;
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.6);
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_selected_bg_color;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar {
|
|
|
|
border-top-color: shade(@theme_selected_bg_color, 1.6);
|
|
|
|
border-bottom-color: @theme_selected_bg_color;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.toolbar {
|
|
|
|
padding: 4px;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* regular button */
|
|
|
|
.selection-mode.header-bar .button,
|
|
|
|
.selection-mode.toolbar .button,
|
|
|
|
.selection-mode.toolbar GtkToolButton .button {
|
2013-06-21 19:06:26 +00:00
|
|
|
border-width: 1px;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: @theme_selected_bg_color;
|
2013-06-21 19:06:26 +00:00
|
|
|
border-radius: 2px;
|
2013-07-03 17:46:24 +00:00
|
|
|
background-color: shade(@theme_selected_bg_color, 1.68);
|
|
|
|
background-image: none;
|
|
|
|
color: shade(@theme_selected_bg_color, 0.8);
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .button:hover,
|
|
|
|
.selection-mode.toolbar .button:hover,
|
|
|
|
.selection-mode.toolbar GtkToolButton .button:hover {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.70);
|
|
|
|
background-image: none;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .button:active,
|
|
|
|
.selection-mode.toolbar .button:active,
|
|
|
|
.selection-mode.toolbar GtkToolButton .button:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.55);
|
|
|
|
background-image: none;
|
2013-06-21 19:06:26 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .button:hover:active,
|
|
|
|
.selection-mode.toolbar .button:hover:active,
|
|
|
|
.selection-mode.toolbar GtkToolButton .button:hover:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* suggested button */
|
|
|
|
.selection-mode.header-bar .suggested-action.button,
|
|
|
|
.selection-mode.toolbar .suggested-action.button,
|
|
|
|
.selection-mode.toolbar GtkToolButton.suggested-action .button {
|
2013-02-26 16:48:52 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-07-03 17:46:24 +00:00
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
2013-02-27 15:09:50 +00:00
|
|
|
border-radius: 2px;
|
2013-07-03 17:46:24 +00:00
|
|
|
background-color: shade(@theme_selected_bg_color, 1.18);
|
2013-02-27 20:14:54 +00:00
|
|
|
background-image: none;
|
2014-02-21 00:12:56 +00:00
|
|
|
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .suggested-action.button:hover,
|
|
|
|
.selection-mode.toolbar .suggested-action.button:hover,
|
|
|
|
.selection-mode.toolbar GtkToolButton.suggested-action .button:hover {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.20);
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .suggested-action.button:active,
|
|
|
|
.selection-mode.toolbar .suggested-action.button:active,
|
|
|
|
.selection-mode.toolbar GtkToolButton.suggested-action:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
|
|
|
background-color: shade(@theme_selected_bg_color, 1.05);
|
|
|
|
background-image: none;
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .suggested-action.button:hover:active,
|
|
|
|
.selection-mode.toolbar .suggested-action.button:hover:active,
|
|
|
|
.selection-mode.toolbar GtkToolButton.suggested-action .button:hover:active {
|
|
|
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/* menu button */
|
|
|
|
.selection-mode.header-bar .selection-menu.button,
|
|
|
|
.selection-mode.toolbar .selection-menu.button {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
2013-02-26 16:48:52 +00:00
|
|
|
background-image: none;
|
2013-07-03 17:46:24 +00:00
|
|
|
color: shade(@theme_selected_bg_color, 0.8);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.toolbar .dim-label,
|
|
|
|
.selection-mode.toolbar .selection-menu.button .dim-label {
|
|
|
|
color: shade(@theme_selected_bg_color, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .selection-menu.button:hover,
|
|
|
|
.selection-mode.toolbar .dim-label:hover,
|
|
|
|
.selection-mode.toolbar .selection-menu.button:hover,
|
|
|
|
.selection-mode.toolbar .selection-menu.button .dim-label:hover {
|
|
|
|
color: shade(@theme_selected_bg_color, 0.7);
|
2013-02-26 16:48:52 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
.selection-mode.header-bar .selection-menu.button:active,
|
|
|
|
.selection-mode.toolbar .selection-menu.button:active {
|
|
|
|
color: shade(@theme_selected_bg_color, 0.8);
|
|
|
|
box-shadow: none;
|
2013-06-14 23:47:48 +00:00
|
|
|
}
|
|
|
|
|
2013-07-03 17:46:24 +00:00
|
|
|
/*************************
|
|
|
|
* touch text selections *
|
|
|
|
*************************/
|
|
|
|
GtkBubbleWindow {
|
|
|
|
border-radius: 2px;
|
|
|
|
background-clip: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkBubbleWindow.osd.background {
|
|
|
|
background-color: @osd_bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkBubbleWindow .toolbar {
|
|
|
|
background-color: transparent;
|
2013-06-19 21:15:09 +00:00
|
|
|
}
|
2013-09-09 08:41:59 +00:00
|
|
|
|
|
|
|
/*******
|
|
|
|
* CSD *
|
|
|
|
*******/
|
|
|
|
.titlebar {
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
background-image: none;
|
2014-01-15 22:25:55 +00:00
|
|
|
background-color: @titlebar_bg_color;
|
|
|
|
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
|
2013-09-09 08:41:59 +00:00
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-10-23 16:00:43 +00:00
|
|
|
.tiled .titlebar {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maximized .titlebar {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-09 08:41:59 +00:00
|
|
|
/* this is the default titlebar that is added by GTK
|
|
|
|
* when client-side decorations are in use and the application
|
|
|
|
* did not set a custom titlebar.
|
|
|
|
*/
|
|
|
|
.titlebar.default-decoration {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar .title {
|
|
|
|
font: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar:backdrop {
|
|
|
|
background-image: none;
|
2014-01-15 22:25:55 +00:00
|
|
|
background-color: @titlebar_bg_color;
|
|
|
|
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
|
2013-09-09 08:41:59 +00:00
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar .titlebutton {
|
2013-09-11 20:50:19 +00:00
|
|
|
padding: 4px;
|
2013-09-11 21:52:36 +00:00
|
|
|
border-style: none;
|
2013-09-09 08:41:59 +00:00
|
|
|
background: none;
|
2014-01-23 19:24:08 +00:00
|
|
|
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
|
2013-09-12 09:40:18 +00:00
|
|
|
icon-shadow: none;
|
2013-09-09 08:41:59 +00:00
|
|
|
}
|
|
|
|
|
2013-09-11 21:52:36 +00:00
|
|
|
.titlebar .titlebutton:hover,
|
|
|
|
.titlebar .titlebutton:hover:focus {
|
2013-09-09 08:41:59 +00:00
|
|
|
background: none;
|
|
|
|
color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2013-09-11 20:50:19 +00:00
|
|
|
.titlebar .titlebutton:active,
|
|
|
|
.titlebar .titlebutton:active:hover {
|
2013-09-09 08:41:59 +00:00
|
|
|
background: none;
|
|
|
|
color: shade(@theme_selected_bg_color, 0.9);
|
2013-09-11 20:50:19 +00:00
|
|
|
box-shadow: none;
|
2013-09-09 08:41:59 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 15:34:10 +00:00
|
|
|
/*
|
2013-09-09 08:41:59 +00:00
|
|
|
.titlebar .right .titlebutton:first-child {
|
2014-01-15 22:25:55 +00:00
|
|
|
border-left: 1px solid shade(@titlebar_bg_color, 0.9);
|
2013-09-09 08:41:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar .right .titlebutton:last-child {
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar .left .titlebutton:last-child {
|
2014-01-15 22:25:55 +00:00
|
|
|
border-right: 1px solid shade(@titlebar_bg_color, 0.9);
|
2013-09-09 08:41:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar .left .titlebutton:first-child {
|
|
|
|
}
|
2013-09-10 15:34:10 +00:00
|
|
|
*/
|
2013-09-09 08:41:59 +00:00
|
|
|
|
|
|
|
.titlebar .titlebutton:backdrop {
|
|
|
|
background-image: none;
|
2014-01-15 22:25:55 +00:00
|
|
|
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
|
2013-09-12 09:40:18 +00:00
|
|
|
icon-shadow: none;
|
2013-09-09 08:41:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.window-frame {
|
2013-09-11 20:50:19 +00:00
|
|
|
border-style: none;
|
2013-09-09 08:41:59 +00:00
|
|
|
border-radius: 2px 2px 0 0;
|
2013-09-12 09:40:18 +00:00
|
|
|
box-shadow: 0 3px 7px 1px alpha(black, 0.7),
|
2014-01-15 22:25:55 +00:00
|
|
|
0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
|
2013-09-09 08:41:59 +00:00
|
|
|
|
|
|
|
/* this is used for the resize cursor area */
|
|
|
|
margin: 10px;
|
|
|
|
}
|
2013-09-12 09:40:18 +00:00
|
|
|
|
2013-10-23 16:00:43 +00:00
|
|
|
.window-frame.tiled {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-12 09:40:18 +00:00
|
|
|
.window-frame:backdrop {
|
|
|
|
box-shadow: 0 3px 5px 1px alpha(black, 0.5),
|
2014-01-15 22:25:55 +00:00
|
|
|
0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
|
2013-09-12 09:40:18 +00:00
|
|
|
}
|