Modernise CSS

This commit is contained in:
Les De Ridder 2017-11-04 03:47:15 +01:00
parent f75724fd76
commit 9ed83d29d9
39 changed files with 1404 additions and 1400 deletions

View File

@ -18,7 +18,7 @@
@import url("gnome-shell.css");
/* FIXME:
- white edge highlight with text-shadow and icon-shadow for panel-button
- white edge highlight with text-shadow and -gtk-icon-shadow for panel-button
- better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack
*/
@ -86,7 +86,7 @@
}
.panel-button > .system-status-icon {
icon-shadow: #fff 0 1px 0 !important; /* FIXME */
-gtk-icon-shadow: #fff 0 1px 0 !important; /* FIXME */
}
.panel-button:hover,

View File

@ -36,7 +36,7 @@ stage {
background-gradient-end: rgba(255,255,255,0);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.button:hover, .button:focus {
color: #fff;
border: none;
@ -46,7 +46,7 @@ stage {
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.button:insensitive {
color: rgba(255,255,255,0.3);
border: none;
@ -54,7 +54,7 @@ stage {
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.button:active {
color: #fff;
border: none;
@ -64,7 +64,7 @@ stage {
background-gradient-end: rgba(0,0,0,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
/* Entries */
StEntry {
@ -609,7 +609,7 @@ StScrollBar {
#panel .panel-button:hover,#panel .panel-button:overview:hover {
color: white;
text-shadow:none;
icon-shadow:none; }
-gtk-icon-shadow:none; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: rgba(0,0,0,0.01);
box-shadow: inset 0 -2px 0px #9fb0b9;
@ -617,9 +617,9 @@ StScrollBar {
background-gradient-direction: none;
color: white;
text-shadow:none;
icon-shadow:none; }
-gtk-icon-shadow:none; }
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
icon-shadow: black 0 2px 2px; }
-gtk-icon-shadow: black 0 2px 2px; }
#panel .panel-button .system-status-icon {
icon-size: 1.09em;
padding: 0 5px; }
@ -1132,7 +1132,7 @@ StScrollBar {
background-color: #fff;
box-shadow: none;
text-shadow: none;
icon-shadow: none;
-gtk-icon-shadow: none;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
.app-view-control:first-child {
background-gradient-direction: none;
@ -1588,7 +1588,7 @@ StScrollBar {
background-color: #2d3335;
box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black;
icon-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black;
min-height: 2em;
min-width: 2em;
font-size: 14pt;
@ -1601,21 +1601,21 @@ StScrollBar {
border-color: #9fb0b9;
box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
-gtk-icon-shadow: 0 1px black; }
.keyboard-key:hover, .keyboard-key:checked {
color: white;
border-color: rgba(0,0,0,0.7);
background-color: #454d50;
box-shadow: inset 0 1px #5d696d;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
-gtk-icon-shadow: 0 1px black; }
.keyboard-key:active {
color: white;
border-color: rgba(0,0,0,0.7);
background-color: #2d3335;
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.keyboard-key:grayed {
background-color: #2d3335;
color: #dbdee0;
@ -1692,28 +1692,28 @@ StScrollBar {
border-color: rgba(0,0,0,0.7);
box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
-gtk-icon-shadow: 0 1px black; }
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
color: white;
border-color: rgba(0,0,0,0.7);
background-color: rgba(57, 64, 66, 0.7);
box-shadow: inset 0 1px #5d696d;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
-gtk-icon-shadow: 0 1px black; }
.login-dialog .modal-dialog-button:default:active {
color: white;
border-color: rgba(0,0,0,0.7);
background-color: #2d3335;
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.login-dialog .modal-dialog-button:default:insensitive {
color: #939695;
border-color: rgba(0,0,0,0.7);
background-color: rgba(66, 71, 73, 0.7);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
-gtk-icon-shadow: none; }
.login-dialog-logo-bin {
padding: 24px 0px; }
@ -1979,7 +1979,7 @@ StScrollBar {
background-gradient-end: rgba(255,255,255,0);
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
-gtk-icon-shadow: none;}
.modal-dialog-button:hover {
border-radius: 2px;
@ -1991,7 +1991,7 @@ StScrollBar {
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
-gtk-icon-shadow: none;}
.modal-dialog-button:focus {
color: #fff;
@ -2002,7 +2002,7 @@ StScrollBar {
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
-gtk-icon-shadow: none;}
.candidate-page-button:active,
.candidate-page-button:pressed,
@ -2016,7 +2016,7 @@ StScrollBar {
background-gradient-end: rgba(0,0,0,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
-gtk-icon-shadow: none;}
.candidate-page-button:insensitive,
.modal-dialog-button:insensitive {
@ -2026,7 +2026,7 @@ StScrollBar {
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
-gtk-icon-shadow: none;}
/* Menus */
.popup-submenu-menu-item:open {

View File

@ -78,7 +78,7 @@
border: 1px solid alpha(white, 0.06);
border-radius: 6px;
text-shadow: 1px 1px alpha(black, 0.5);
icon-shadow: 1px 1px alpha(black, 0.5);
-gtk-icon-shadow: 1px 1px alpha(black, 0.5);
transition: 100ms ease-out;
}
@ -148,7 +148,7 @@ PanelToplevel .launcher:active {
.budgie-panel * {
color: white;
icon-shadow: 1px 1px alpha(black, 0.5);
-gtk-icon-shadow: 1px 1px alpha(black, 0.5);
}
.notification .priority.low {

View File

@ -134,12 +134,12 @@ MathButtons .button:backdrop GtkImage,
MathButtons .button:backdrop:hover GtkImage,
MathButtons .button:active:backdrop GtkImage {
color: shade(@calculator, 0.9);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
MathButtons .button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -80,14 +80,14 @@ PanelApplet .button:active {
color: shade(@base, 1.08);
}
PanelApplet .button:prelight {
PanelApplet .button:hover {
border-color: mix(@panel, @base, 0.13);
background-color: mix(@panel, @base, 0.11);
background-image: none;
color: shade(@base, 1.08);
}
PanelApplet .button:active:prelight {
PanelApplet .button:active:hover {
border-color: mix(@panel, @base, 0.33);
background-color: mix(@panel, @base, 0.31);
background-image: none;

View File

@ -66,7 +66,7 @@ ClocksWindow .clocks-digital-renderer.light.stripe {
color: black;
}
ClocksWindow .clocks-digital-renderer.light.stripe:prelight {
ClocksWindow .clocks-digital-renderer.light.stripe:hover {
background-color: rgba(255, 255, 255, 0.6);
}
@ -75,7 +75,7 @@ ClocksWindow .clocks-digital-renderer.dark.stripe {
color: @text;
}
ClocksWindow .clocks-digital-renderer.dark.stripe:prelight {
ClocksWindow .clocks-digital-renderer.dark.stripe:hover {
background-color: rgba(0, 0, 0, 0.2);
}
@ -88,7 +88,7 @@ ClocksWindow .clocks-digital-renderer.active {
color: @selection_foreground;
}
ClocksWindow .clocks-digital-renderer.active:prelight {
ClocksWindow .clocks-digital-renderer.active:hover {
background-color: @selection;
background-image: none;
text-shadow: 0 2px 2px rgba(0,0,0,0.5);
@ -104,7 +104,7 @@ ClocksWindow .clocks-digital-renderer.snoozing {
color: @text;
}
ClocksWindow .clocks-digital-renderer.snoozing:prelight {
ClocksWindow .clocks-digital-renderer.snoozing:hover {
background-color: transparent;
background-image: -gtk-gradient(radial,
center center, 0,
@ -123,7 +123,7 @@ ClocksWindow .clocks-digital-renderer.inactive {
color: shade(@insensitive_foreground,0.9);
}
ClocksWindow .clocks-digital-renderer.inactive:prelight {
ClocksWindow .clocks-digital-renderer.inactive:hover {
background-color: transparent;
background-image: -gtk-gradient(radial,
center center, 0,

View File

@ -57,11 +57,11 @@
.documents-dropdown .view.radio:active,
.documents-dropdown .view.radio:active:focused,
.documents-dropdown .view.radio:active:prelight {
.documents-dropdown .view.radio:active:hover {
background-image: url("assets/sidebar-radio-checked.svg");
}
.documents-dropdown .view.radio:prelight {
.documents-dropdown .view.radio:hover {
background-image: url("assets/sidebar-radio-prelight.svg");
}
@ -70,7 +70,7 @@
background-image: url("assets/sidebar-radio-selected.svg");
}
.documents-dropdown .view.radio:selected:prelight,
.documents-dropdown .view.radio:selected:hover,
.documents-dropdown .view.radio:selected:focused {
background-image: url("assets/sidebar-radio-selected-prelight.svg");
}
@ -104,7 +104,7 @@
background-size: contain;
background: none;
color: @base;
font: bold;
font-weight: bold;
}
.documents-favorite.button:active,

View File

@ -78,7 +78,7 @@ TerminalWindow .scrollbar.slider:hover {
}
TerminalWindow .scrollbar.slider:active.
TerminalWindow .scrollbar.slider:prelight:active {
TerminalWindow .scrollbar.slider:hover:active {
background-color: shade(@selection, 1.2);
background-image: none;
}
@ -91,7 +91,7 @@ TerminalWindow .scrollbar.slider:backdrop {
background-color: alpha(@backdrop_foreground, 0.2);
}
TerminalWindow .scrollbar.slider.fine-tune:prelight:active {
TerminalWindow .scrollbar.slider.fine-tune:hover:active {
background-image: none;
border: 3px solid transparent;
}

View File

@ -133,7 +133,7 @@ NautilusWindow .dynamic-notebook tab.right:active {
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px;
-gtk-outline-radius: 20px;
}
@ -206,7 +206,7 @@ NautilusCanvasView:backdrop {
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
@ -230,6 +230,6 @@ NautilusCanvasView:backdrop {
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:selected {
}

View File

@ -161,7 +161,7 @@
.search-entry-large,
.search-entry-large:focus {
border: none;
font: 18;
font-size: 18px;
font-weight: 300;
background-image: none;
background: none;
@ -199,7 +199,7 @@
font-weight: bold;
text-shadow: 0 0 2px alpha (#000, 0.3),
0 1px 2px alpha (#000, 0.6);
icon-shadow: 0 0 2px alpha (#000, 0.3),
-gtk-icon-shadow: 0 0 2px alpha (#000, 0.3),
0 1px 2px alpha (#000, 0.6);
}
@ -209,6 +209,6 @@
color: alpha (#000, 0.65);
text-shadow: 0 0 2px alpha (#fff, 0.3),
0 1px 0 alpha (#fff, 0.25);
icon-shadow: 0 0 2px alpha (#fff, 0.3),
-gtk-icon-shadow: 0 0 2px alpha (#fff, 0.3),
0 1px 0 alpha (#fff, 0.25);
}

View File

@ -34,7 +34,7 @@ XfceHeading,
.xfce4-panel {
background-color: @panel_bg_color;
color: @panel_fg_color;
font: normal;
/*font: normal;*/
}
.xfce4-panel .button {
@ -43,7 +43,7 @@ XfceHeading,
border-style: none;
color: @panel_fg_color;
box-shadow: none;
-gtk-image-effect: none;
-gtk-icon-effect: none;
}
.xfce4-panel .button:active {
@ -64,5 +64,5 @@ XfceHeading,
}
.xfce4-panel .menu {
-gtk-image-effect: none;
-gtk-icon-effect: none;
}

View File

@ -31,7 +31,7 @@
.action-bar:backdrop {
background-color: shade(@backdrop_background, 0.9);
box-shadow: none;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.action-bar:first-child {
@ -92,7 +92,7 @@
.action-bar .text-button:insensitive,
.action-bar .image-button:insensitive {
color: @insensitive_header_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
@ -140,18 +140,18 @@
.action-bar .button .image-button:backdrop:hover GtkImage,
.action-bar .button .image-button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.action-bar .button:insensitive GtkImage,
.action-bar .button .image-button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.action-bar .button:insensitive:backdrop GtkImage,
.action-bar .button .image-button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -69,11 +69,11 @@ GtkClutterOffscreen {
/* Apply effects to insensitive and prelit images */
*:insensitive {
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
*:hover {
-gtk-image-effect: none;
-gtk-icon-effect: none;
}
.gtkstyle-fallback {
@ -81,7 +81,7 @@ GtkClutterOffscreen {
color: @foreground;
}
.gtkstyle-fallback:prelight {
.gtkstyle-fallback:hover {
background-color: shade(@background, 1.10);
color: @foreground;
}

View File

@ -75,7 +75,7 @@ GtkCalendar.button:backdrop:hover,
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px;
-gtk-outline-radius: 2px;
}
.button:focus,
@ -239,7 +239,7 @@ GtkOverlay > .button:focus:active {
}
.button.noundo GtkLabel,
.button.noundo Gtklabel:prelight {
.button.noundo Gtklabel:hover {
color: @error_foreground;
}
@ -268,6 +268,6 @@ GtkOverlay > .button:focus:active {
}
.button.affirmative GtkLabel,
.button.affirmative Gtklabel:prelight {
.button.affirmative Gtklabel:hover {
color: @selection_foreground;
}

View File

@ -92,7 +92,7 @@ GtkCheckButton:selected:focus {
.menu .menuitem.radio {
-gtk-icon-source: -gtk-icontheme("radio-symbolic");
color: @text;
icon-shadow: none;
-gtk-icon-shadow: none;
}
.menu .menuitem.radio:active, .menu .menuitem.radio:checked {

View File

@ -39,7 +39,7 @@
}
.composited-indicator .menuitem:active,
.composited-indicator .menuitem:prelight {
.composited-indicator .menuitem:hover {
border-style: none;
background-image: none;
background-color: shade(@panel, 1.05);
@ -54,7 +54,7 @@
color: @text;
}
.composited-indicator .menuitem:prelight GtkImage,
.composited-indicator .menuitem:hover GtkImage,
.composited-indicator .menuitem:active GtkImage,
.composited-indicator .menuitem:hover GtkImage {
color: @selection_foreground;
@ -80,7 +80,7 @@
color: @text;
}
.composited-indicator .menuitem:prelight GtkLabel,
.composited-indicator .menuitem:hover GtkLabel,
.composited-indicator .menuitem:hover GtkLabel,
.composited-indicator .menuitem:active GtkLabel {
color: @selection_foreground;

View File

@ -102,17 +102,17 @@
.destructive-action.button:backdrop:hover GtkImage,
.destructive-action.button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.destructive-action.button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.destructive-action.button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -79,7 +79,7 @@
/* Subtitle */
.header-bar .subtitle {
padding: 0;
font: 9;
font-size: 9px;
}
.header-bar .subtitle,
@ -113,14 +113,14 @@
.header-bar *:backdrop:hover GtkImage,
.header-bar *:active:backdrop GtkImage {
color: @header_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.header-bar *:insensitive GtkImage
.header-bar *:backdrop:insensitive GtkImage,
.header-bar *:insensitive:backdrop GtkImage {
color: @header_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
@ -311,7 +311,7 @@
.header-bar GtkSwitch {
border-radius: 1em;
font: bold;
font-weight: bold;
}
/* Trough */

View File

@ -30,17 +30,17 @@
*:backdrop:hover GtkImage,
*:active:backdrop GtkImage {
color: @backdrop_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
*:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
*:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/*******************

View File

@ -32,7 +32,7 @@
.inline-toolbar.toolbar:backdrop {
background-color: @backdrop_base;
box-shadow: none;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.inline-toolbar.toolbar:first-child {
@ -93,7 +93,7 @@
.inline-toolbar.toolbar .text-button:insensitive,
.inline-toolbar.toolbar .image-button:insensitive {
color: @insensitive_header_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
@ -134,17 +134,17 @@
.inline-toolbar.toolbar .button:backdrop:hover GtkImage,
.inline-toolbar.toolbar .button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.inline-toolbar.toolbar .button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.inline-toolbar.toolbar .button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -76,17 +76,17 @@
.menubar .menuitem:backdrop:hover GtkImage,
.menubar .menuitem:active:backdrop GtkImage {
color: @backdrop_header_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
.menubar .menuitem:insensitive GtkImage {
color: @insensitive_header_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
.menubar .menuitem:insensitive:backdrop GtkImage {
color: mix(@backdrop_header_text, @insensitive_header_text, 0.5);
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
/* Labels */
@ -134,17 +134,17 @@
.menubar .menu .menuitem:backdrop:hover GtkImage,
.menubar .menu .menuitem:active:backdrop GtkImage {
color: @backdrop_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
.menubar .menu .menuitem:insensitive GtkImage {
color: @insensitive_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
.menubar .menu .menuitem:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
/* Labels */

View File

@ -59,7 +59,7 @@
border: none;
border-radius: 0;
padding: 0;
font: bold;
font-weight: bold;
/*padding: 8px;*/
}

View File

@ -19,16 +19,16 @@
/*********
* text *
*********/
.h1 { font: 24; }
.h2 { font: 18; }
.h3 { font: 12; }
.h1 { font-size: 24px; }
.h2 { font-size: 18px; }
.h3 { font-size: 12px; }
/*************
* assistant *
*************/
GtkAssistant .sidebar .highlight {
font: bold;
font-weight: bold;
}
GtkAssistant .sidebar {

View File

@ -165,17 +165,17 @@ GtkPopover .button:backdrop GtkImage,
GtkPopover .button:backdrop:hover GtkImage,
GtkPopover .button:active:backdrop GtkImage {
color: @backdrop_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
GtkPopover .button:insensitive GtkImage {
color: @insensitive_text;
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
GtkPopover .button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
/*-gtk-image-effect: dim;*/
/*-gtk-icon-effect: dim;*/
}
/* Labels */

View File

@ -54,7 +54,7 @@
}
.scrollbar.slider:active.
.scrollbar.slider:prelight:active {
.scrollbar.slider:hover:active {
background-color: shade(@selection, 1.2);
background-image: none;
}
@ -67,7 +67,7 @@
background-color: alpha(@backdrop_foreground, 0.2);
}
.scrollbar.slider.fine-tune:prelight:active {
.scrollbar.slider.fine-tune:hover:active {
background-image: none;
border: 3px solid transparent;
}

View File

@ -97,7 +97,7 @@
.search-bar.toolbar .image-button:insensitive {
background: none;
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Backdrop */
@ -140,18 +140,18 @@
.search-bar.toolbar .button:backdrop:hover GtkImage,
.search-bar.toolbar .button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.search-bar.toolbar:insensitive GtkImage,
.search-bar.toolbar .button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.search-bar.toolbar .button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -46,7 +46,7 @@
.header-bar.selection-mode .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
color: alpha(@header_text, 0.5);
icon-shadow: none;
-gtk-icon-shadow: none;
}
.selection-mode.toolbar {

View File

@ -144,17 +144,17 @@
.suggested-action.button:backdrop:hover GtkImage,
.suggested-action.button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.suggested-action.button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.suggested-action.button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -28,7 +28,7 @@
*************/
GtkSwitch {
font: 1;
font-size: 1px;
/*min-height: 24px;
min-width: 24px; FIXME: Uncomment for 3.19 */
-GtkSwitch-slider-width: 20;

View File

@ -102,17 +102,17 @@
.tile:backdrop:hover GtkImage,
.tile:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.tile:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.tile:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */

View File

@ -69,7 +69,7 @@
/* Subtitle */
.titlebar .subtitle {
padding: 0;
font: 9;
font-size: 9px;
}
.titlebar .subtitle,

View File

@ -44,7 +44,7 @@
color: @backdrop_text;
background-color: @backdrop_background;
box-shadow: none;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Menubar */
@ -108,7 +108,7 @@
.toolbar .image-button:insensitive {
background: none;
color: @insensitive_header_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
@ -200,17 +200,17 @@
.toolbar .button:backdrop:hover GtkImage,
.toolbar .button:active:backdrop GtkImage {
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.toolbar .button:insensitive GtkImage {
color: @insensitive_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.toolbar .button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */
@ -265,7 +265,7 @@
color: @backdrop_toolbar_text;
background-color: @backdrop_toolbar;
box-shadow: none;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Menubar */
@ -334,7 +334,7 @@
.primary-toolbar.toolbar .image-button:insensitive {
background: none;
color: @insensitive_header_toolbar_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
@ -431,18 +431,18 @@
.primary-toolbar.toolbar .button:backdrop:hover GtkImage,
.primary-toolbar.toolbar .button:active:backdrop GtkImage {
color: @backdrop_toolbar_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.primary-toolbar.toolbar .button:insensitive GtkImage {
color: @insensitive_toolbar_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.primary-toolbar.toolbar .button:backdrop:insensitive GtkImage,
.primary-toolbar.toolbar .button:insensitive:backdrop GtkImage {
color: mix(@backdrop_text, @insensitive_text, 0.5);
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
/* Labels */
@ -485,7 +485,7 @@
background-color: @backdrop_background;
border-color: @backdrop_border;
color: @backdrop_text;
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}
.secondary-toolbar.toolbar .linked-button,

View File

@ -207,7 +207,7 @@ GtkIconView.content-view.check:active {
background: none;
}
GtkIconView.content-view.check:prelight,
GtkIconView.content-view.check:hover,
GtkIconView.content-view.check:insensitive,
GtkIconView.content-view.check:selected {
background: none;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -381,7 +381,7 @@ treeview.view:selected {
color: rgba(61, 163, 245, 0.85); }
.monospace {
font: Monospace; }
font-family: Monospace; }
/***********
* Buttons *
@ -449,7 +449,7 @@ button {
button:backdrop.flat,
button:backdrop {
border-color: #242f34;
background-image: linear-gradient(to bottom, #37474f);
background-color: #37474f;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
@ -616,7 +616,7 @@ button.osd {
outline-color: rgba(207, 216, 220, 0.3);
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -629,7 +629,7 @@ button.osd {
button.osd:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -641,7 +641,7 @@ button.osd {
button.osd:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -653,7 +653,7 @@ button.osd {
button.osd:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -662,7 +662,7 @@ button.osd {
button.osd:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -674,7 +674,7 @@ button.osd {
button {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -684,7 +684,7 @@ button {
button:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -697,7 +697,7 @@ button {
button:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -708,7 +708,7 @@ button {
button:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -717,7 +717,7 @@ button {
button:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -737,7 +737,7 @@ button {
button.flat:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -747,7 +747,7 @@ button {
button.flat:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -768,7 +768,7 @@ button {
button.flat:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -812,7 +812,7 @@ button.suggested-action {
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop {
border-color: #08528d;
background-image: linear-gradient(to bottom, #2196f3);
background-color: #2196f3;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -926,7 +926,7 @@ button.suggested-action {
button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-color: rgba(33, 150, 243, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -936,7 +936,7 @@ button.suggested-action {
button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.7));
background-color: rgba(33, 150, 243, 0.7);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -949,7 +949,7 @@ button.suggested-action {
button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #2196f3);
background-color: #2196f3;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -960,7 +960,7 @@ button.suggested-action {
button.suggested-action:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -969,7 +969,7 @@ button.suggested-action {
button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-color: rgba(33, 150, 243, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1012,7 +1012,7 @@ button.destructive-action {
button.destructive-action:backdrop,
button.destructive-action.flat:backdrop {
border-color: #420e0e;
background-image: linear-gradient(to bottom, #ab2424);
background-color: #ab2424;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -1126,7 +1126,7 @@ button.destructive-action {
button.destructive-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(171, 36, 36, 0.5));
background-color: rgba(171, 36, 36, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -1136,7 +1136,7 @@ button.destructive-action {
button.destructive-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(171, 36, 36, 0.7));
background-color: rgba(171, 36, 36, 0.7);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -1149,7 +1149,7 @@ button.destructive-action {
button.destructive-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #ab2424);
background-color: #ab2424;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1160,7 +1160,7 @@ button.destructive-action {
button.destructive-action:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1169,7 +1169,7 @@ button.destructive-action {
button.destructive-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(171, 36, 36, 0.5));
background-color: rgba(171, 36, 36, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1288,7 +1288,7 @@ stacksidebar row.needs-attention > label {
color: #839096; }
.inline-toolbar toolbutton > button:backdrop {
border-color: #242f34;
background-image: linear-gradient(to bottom, #37474f);
background-color: #37474f;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -2091,7 +2091,7 @@ colorswatch#add-color-button {
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); }
colorswatch#add-color-button overlay:backdrop {
border-color: #242f34;
background-image: linear-gradient(to bottom, #37474f);
background-color: #37474f;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -2252,20 +2252,20 @@ entry {
entry:disabled {
color: #839096;
border-color: #222c31;
background-image: linear-gradient(to bottom, #3d4f57);
background-color: #3d4f57;
box-shadow: none; }
spinbutton:backdrop:not(.vertical), GeditWindow > .entry:backdrop,
entry:backdrop {
color: #b4bfc5;
border-color: #242f34;
background-image: linear-gradient(to bottom, #475d67);
background-color: #475d67;
box-shadow: none;
transition: 200ms ease-out; }
spinbutton:backdrop:disabled:not(.vertical), GeditWindow > .entry:backdrop:disabled,
entry:backdrop:disabled {
color: #56707c;
border-color: #242f34;
background-image: linear-gradient(to bottom, #3d4f57);
background-color: #3d4f57;
box-shadow: none; }
spinbutton.error:not(.vertical), GeditWindow > .error.entry,
entry.error {
@ -2312,7 +2312,7 @@ entry {
entry {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: 0 1px black;
@ -2321,7 +2321,7 @@ entry {
entry:focus {
color: white;
border-color: #2196f3;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px black;
@ -2330,7 +2330,7 @@ entry {
entry:backdrop {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -2339,7 +2339,7 @@ entry {
entry:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -2379,12 +2379,12 @@ entry {
entry:not(:disabled) + entry:not(:disabled), .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical), GeditWindow.linked.vertical > entry:not(:disabled) + .entry:not(:disabled) {
border-top-color: #3b4c55;
background-image: linear-gradient(to bottom, #455a64); }
background-color: #455a64; }
.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, GeditWindow.linked.vertical > .entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > .entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > spinbutton:not(:disabled):not(.vertical) + .entry:not(:disabled):backdrop, GeditWindow.linked.vertical > .entry:not(:disabled) + .entry:not(:disabled):backdrop, .linked.vertical >
entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > entry:not(:disabled) + .entry:not(:disabled):backdrop {
border-top-color: #3d4f58;
background-image: linear-gradient(to bottom, #475d67); }
background-color: #475d67; }
.linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, GeditWindow.linked.vertical > .entry:disabled + entry:disabled, .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, GeditWindow.linked.vertical > .entry:disabled + entry:disabled, .linked.vertical >
entry:disabled + entry:disabled, .linked.vertical >
entry:disabled + entry:disabled {
@ -2897,7 +2897,7 @@ headerbar {
headerbar.selection-mode .selection-menu:backdrop,
headerbar.selection-mode .selection-menu {
border-color: rgba(33, 150, 243, 0);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0));
background-color: rgba(33, 150, 243, 0);
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -3206,7 +3206,7 @@ headerbar {
border-radius: 50%;
border: none;
box-shadow: none;
icon-shadow: none;
-gtk-icon-shadow: none;
margin: 0;
padding: 1px;
text-shadow: none;
@ -4427,7 +4427,7 @@ scale {
scale slider:backdrop {
transition: 200ms ease-out;
border-color: #242f34;
background-image: linear-gradient(to bottom, #37474f);
background-color: #37474f;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -4451,7 +4451,7 @@ scale {
.osd scale slider {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -4462,7 +4462,7 @@ scale {
.osd scale slider:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -4471,7 +4471,7 @@ scale {
.osd scale slider:active {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4480,7 +4480,7 @@ scale {
.osd scale slider:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4488,7 +4488,7 @@ scale {
.osd scale slider:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4889,7 +4889,7 @@ scale {
min-height: 0;
min-width: 0; }
scale.color trough {
background-image: linear-gradient(to top, #222c31);
background-color: #222c31;
background-repeat: no-repeat; }
scale.color.horizontal {
padding: 0 0 15px 0; }
@ -5353,7 +5353,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -5362,7 +5362,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -5371,7 +5371,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:active {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5380,7 +5380,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5388,7 +5388,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5435,7 +5435,7 @@ spinner {
* Switch *
**********/
switch {
font: 1;
font-size: 1px;
font-weight: bold;
outline-offset: -4px;
transition: all 200ms ease-in;
@ -5651,7 +5651,7 @@ searchbar,
.search-bar button:active, .location-bar button:active,
.inline-toolbar button:focus,
.inline-toolbar button:active {
font: bold;
font-weight: bold;
color: #cfd8dc;
text-shadow: none;
box-shadow: none;
@ -6330,12 +6330,13 @@ decoration {
color: #cfd8dc;
background-color: #263238; }
.budgie-panel BudgieMenuApplet {
font: bold; }
font-weight: bold; }
.budgie-panel BudgieMenuApplet .label {
color: #cfd8dc;
text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.budgie-panel ClockApplet {
font: monospace bold;
font-family: Monospace;
font-weight: bold;
font-size: 90%; }
.budgie-panel ClockApplet .label {
color: #cfd8dc;
@ -6349,7 +6350,7 @@ decoration {
padding-right: 2px;
border-color: rgba(38, 50, 56, 0); }
.budgie-panel .launcher:hover {
-gtk-image-effect: highlight; }
-gtk-icon-effect: highlight; }
.raven {
color: #cfd8dc;
@ -6357,9 +6358,9 @@ decoration {
transition: 170ms ease-out; }
.raven .raven-header {
padding: 4px;
font: bold;
font-weight: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #37474f;
background-image: linear-gradient(to bottom, #41555e, #37474f);
color: #cfd8dc;
@ -6409,7 +6410,7 @@ decoration {
.raven-mpris {
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
@ -6522,7 +6523,7 @@ NautilusCanvasView {
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px; }
-gtk-outline-radius: 20px; }
.disk-space-display {
border: 2px solid; }
@ -6545,7 +6546,7 @@ NautilusCanvasView {
.nautilus-desktop .nautilus-canvas-item:active {
color: #cfd8dc;
text-shadow: none; }
.nautilus-desktop .nautilus-canvas-item:prelight {
.nautilus-desktop .nautilus-canvas-item:hover {
color: #cfd8dc;
text-shadow: none; }
.nautilus-desktop .nautilus-canvas-item:selected {
@ -6598,7 +6599,7 @@ MathWindow {
border: none;
text-shadow: none;
color: #07ce8e;
font: bold; }
font-weight: bold; }
MathWindow MathButtons GtkComboBox:hover,
MathWindow MathButtons .button:hover {
background-image: none;
@ -6908,7 +6909,7 @@ YelpWindow headerbar {
.search-entry-large,
.search-entry-large:focus {
border: none;
font: 18;
font-size: 18px;
font-weight: 300;
background-image: none;
background: none;
@ -7255,7 +7256,7 @@ ConversationListView {
#panel_window {
background-color: rgba(0, 0, 0, 0.7);
color: white;
font: bold;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
#panel_window .menubar,
#panel_window .menubar > .menuitem
@ -7263,7 +7264,7 @@ ConversationListView {
#panel_window menubar > menuitem {
background-color: transparent;
color: white;
font: bold; }
font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(255, 255, 255, 0.5); }
#panel_window menubar menuitem:disabled GtkLabel {
@ -7272,12 +7273,12 @@ ConversationListView {
color: inherit; }
#panel_window .menubar .menu > .menuitem,
#panel_window menubar menu > menuitem {
font: normal; }
/*font: normal;*/ }
#login_window,
#shutdown_dialog,
#restart_dialog {
font: normal;
/*font: normal;*/
border-style: none;
background-color: transparent;
color: #cfd8dc; }
@ -7341,7 +7342,7 @@ ConversationListView {
#buttonbox_frame button {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -7350,7 +7351,7 @@ ConversationListView {
#buttonbox_frame button:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -7359,7 +7360,7 @@ ConversationListView {
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -7368,7 +7369,7 @@ ConversationListView {
#buttonbox_frame button:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -7376,10 +7377,10 @@ ConversationListView {
#login_window #user_combobox {
color: #cfd8dc;
font: 13px; }
font-size: 13px; }
#login_window #user_combobox .menu,
#login_window #user_combobox menu {
font: normal; }
/*font: normal;*/ }
#user_image {
padding: 3px;
@ -7387,4 +7388,4 @@ ConversationListView {
#greeter_infobar {
border-bottom-width: 0;
font: bold; }
font-weight: bold; }

View File

@ -382,7 +382,7 @@ treeview.view:selected {
color: rgba(42, 140, 218, 0.85); }
.monospace {
font: Monospace; }
font-family: Monospace; }
/***********
* Buttons *
@ -450,7 +450,7 @@ button {
button:backdrop.flat,
button:backdrop {
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #f7f7f7);
background-color: #f7f7f7;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
@ -620,7 +620,7 @@ button.osd {
outline-color: rgba(207, 216, 220, 0.3);
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -633,7 +633,7 @@ button.osd {
button.osd:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -645,7 +645,7 @@ button.osd {
button.osd:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -657,7 +657,7 @@ button.osd {
button.osd:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -666,7 +666,7 @@ button.osd {
button.osd:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -678,7 +678,7 @@ button.osd {
button {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -688,7 +688,7 @@ button {
button:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -701,7 +701,7 @@ button {
button:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -712,7 +712,7 @@ button {
button:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -721,7 +721,7 @@ button {
button:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -741,7 +741,7 @@ button {
button.flat:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -751,7 +751,7 @@ button {
button.flat:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -772,7 +772,7 @@ button {
button.flat:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -816,7 +816,7 @@ button.suggested-action {
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop {
border-color: #0c7cd5;
background-image: linear-gradient(to bottom, #0c7cd5);
background-color: #0c7cd5;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -930,7 +930,7 @@ button.suggested-action {
button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(12, 124, 213, 0.5));
background-color: rgba(12, 124, 213, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -940,7 +940,7 @@ button.suggested-action {
button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(12, 124, 213, 0.7));
background-color: rgba(12, 124, 213, 0.7);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -953,7 +953,7 @@ button.suggested-action {
button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #0c7cd5);
background-color: #0c7cd5;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -964,7 +964,7 @@ button.suggested-action {
button.suggested-action:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -973,7 +973,7 @@ button.suggested-action {
button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(12, 124, 213, 0.5));
background-color: rgba(12, 124, 213, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1016,7 +1016,7 @@ button.destructive-action {
button.destructive-action:backdrop,
button.destructive-action.flat:backdrop {
border-color: #d32f2f;
background-image: linear-gradient(to bottom, #d32f2f);
background-color: #d32f2f;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -1130,7 +1130,7 @@ button.destructive-action {
button.destructive-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(211, 47, 47, 0.5));
background-color: rgba(211, 47, 47, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -1140,7 +1140,7 @@ button.destructive-action {
button.destructive-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(211, 47, 47, 0.7));
background-color: rgba(211, 47, 47, 0.7);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -1153,7 +1153,7 @@ button.destructive-action {
button.destructive-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #d32f2f);
background-color: #d32f2f;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1164,7 +1164,7 @@ button.destructive-action {
button.destructive-action:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1173,7 +1173,7 @@ button.destructive-action {
button.destructive-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(211, 47, 47, 0.5));
background-color: rgba(211, 47, 47, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1292,7 +1292,7 @@ stacksidebar row.needs-attention > label {
color: #9e9e9e; }
.inline-toolbar toolbutton > button:backdrop {
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #f7f7f7);
background-color: #f7f7f7;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -2100,7 +2100,7 @@ colorswatch#add-color-button {
box-shadow: inset 0 1px white; }
colorswatch#add-color-button overlay:backdrop {
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #f7f7f7);
background-color: #f7f7f7;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -2261,20 +2261,20 @@ entry {
entry:disabled {
color: #9e9e9e;
border-color: #c4c4c4;
background-image: linear-gradient(to bottom, #fafafa);
background-color: #fafafa;
box-shadow: none; }
spinbutton:backdrop:not(.vertical), GeditWindow > .entry:backdrop,
entry:backdrop {
color: dimgray;
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #fcfcfc);
background-color: #fcfcfc;
box-shadow: none;
transition: 200ms ease-out; }
spinbutton:backdrop:disabled:not(.vertical), GeditWindow > .entry:backdrop:disabled,
entry:backdrop:disabled {
color: #d1d1d1;
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #fafafa);
background-color: #fafafa;
box-shadow: none; }
spinbutton.error:not(.vertical), GeditWindow > .error.entry,
entry.error {
@ -2321,7 +2321,7 @@ entry {
entry {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: 0 1px black;
@ -2330,7 +2330,7 @@ entry {
entry:focus {
color: white;
border-color: #0c7cd5;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px black;
@ -2339,7 +2339,7 @@ entry {
entry:backdrop {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -2348,7 +2348,7 @@ entry {
entry:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -2388,12 +2388,12 @@ entry {
entry:not(:disabled) + entry:not(:disabled), .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical), GeditWindow.linked.vertical > entry:not(:disabled) + .entry:not(:disabled) {
border-top-color: #ededed;
background-image: linear-gradient(to bottom, #ffffff); }
background-color: #ffffff; }
.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, GeditWindow.linked.vertical > .entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > .entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > spinbutton:not(:disabled):not(.vertical) + .entry:not(:disabled):backdrop, GeditWindow.linked.vertical > .entry:not(:disabled) + .entry:not(:disabled):backdrop, .linked.vertical >
entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical), GeditWindow.linked.vertical > entry:not(:disabled) + .entry:not(:disabled):backdrop {
border-top-color: #ededed;
background-image: linear-gradient(to bottom, #fcfcfc); }
background-color: #fcfcfc; }
.linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, GeditWindow.linked.vertical > .entry:disabled + entry:disabled, .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, GeditWindow.linked.vertical > .entry:disabled + entry:disabled, .linked.vertical >
entry:disabled + entry:disabled, .linked.vertical >
entry:disabled + entry:disabled {
@ -2906,7 +2906,7 @@ headerbar {
headerbar.selection-mode .selection-menu:backdrop,
headerbar.selection-mode .selection-menu {
border-color: rgba(12, 124, 213, 0);
background-image: linear-gradient(to bottom, rgba(12, 124, 213, 0));
background-color: rgba(12, 124, 213, 0);
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -3215,7 +3215,7 @@ headerbar {
border-radius: 50%;
border: none;
box-shadow: none;
icon-shadow: none;
-gtk-icon-shadow: none;
margin: 0;
padding: 1px;
text-shadow: none;
@ -4436,7 +4436,7 @@ scale {
scale slider:backdrop {
transition: 200ms ease-out;
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #f7f7f7);
background-color: #f7f7f7;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -4460,7 +4460,7 @@ scale {
.osd scale slider {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -4471,7 +4471,7 @@ scale {
.osd scale slider:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -4480,7 +4480,7 @@ scale {
.osd scale slider:active {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4489,7 +4489,7 @@ scale {
.osd scale slider:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4497,7 +4497,7 @@ scale {
.osd scale slider:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -4898,7 +4898,7 @@ scale {
min-height: 0;
min-width: 0; }
scale.color trough {
background-image: linear-gradient(to top, #c4c4c4);
background-color: #c4c4c4;
background-repeat: no-repeat; }
scale.color.horizontal {
padding: 0 0 15px 0; }
@ -5362,7 +5362,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -5371,7 +5371,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -5380,7 +5380,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:active {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5389,7 +5389,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5397,7 +5397,7 @@ spinbutton.vertical button.down {
.osd spinbutton.vertical button:first-child:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -5444,7 +5444,7 @@ spinner {
* Switch *
**********/
switch {
font: 1;
font-size: 1px;
font-weight: bold;
outline-offset: -4px;
transition: all 200ms ease-in;
@ -5671,7 +5671,7 @@ searchbar,
.search-bar button:active, .location-bar button:active,
.inline-toolbar button:focus,
.inline-toolbar button:active {
font: bold;
font-weight: bold;
color: #444;
text-shadow: none;
box-shadow: none;
@ -6356,12 +6356,13 @@ decoration {
color: #cfd8dc;
background-color: #263238; }
.budgie-panel BudgieMenuApplet {
font: bold; }
font-weight: bold; }
.budgie-panel BudgieMenuApplet .label {
color: #cfd8dc;
text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.budgie-panel ClockApplet {
font: monospace bold;
font-family: Monospace;
font-weight: bold;
font-size: 90%; }
.budgie-panel ClockApplet .label {
color: #cfd8dc;
@ -6375,7 +6376,7 @@ decoration {
padding-right: 2px;
border-color: rgba(38, 50, 56, 0); }
.budgie-panel .launcher:hover {
-gtk-image-effect: highlight; }
-gtk-icon-effect: highlight; }
.raven {
color: #444;
@ -6383,9 +6384,9 @@ decoration {
transition: 170ms ease-out; }
.raven .raven-header {
padding: 4px;
font: bold;
font-weight: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #f7f7f7;
background-image: linear-gradient(to bottom, white, #f7f7f7);
color: #444;
@ -6435,7 +6436,7 @@ decoration {
.raven-mpris {
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
@ -6548,7 +6549,7 @@ NautilusCanvasView {
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px; }
-gtk-outline-radius: 20px; }
.disk-space-display {
border: 2px solid; }
@ -6571,7 +6572,7 @@ NautilusCanvasView {
.nautilus-desktop .nautilus-canvas-item:active {
color: #444;
text-shadow: none; }
.nautilus-desktop .nautilus-canvas-item:prelight {
.nautilus-desktop .nautilus-canvas-item:hover {
color: #444;
text-shadow: none; }
.nautilus-desktop .nautilus-canvas-item:selected {
@ -6624,7 +6625,7 @@ MathWindow {
border: none;
text-shadow: none;
color: #07ce8e;
font: bold; }
font-weight: bold; }
MathWindow MathButtons GtkComboBox:hover,
MathWindow MathButtons .button:hover {
background-image: none;
@ -6934,7 +6935,7 @@ YelpWindow headerbar {
.search-entry-large,
.search-entry-large:focus {
border: none;
font: 18;
font-size: 18px;
font-weight: 300;
background-image: none;
background: none;
@ -7281,7 +7282,7 @@ ConversationListView {
#panel_window {
background-color: rgba(0, 0, 0, 0.7);
color: white;
font: bold;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
#panel_window .menubar,
#panel_window .menubar > .menuitem
@ -7289,7 +7290,7 @@ ConversationListView {
#panel_window menubar > menuitem {
background-color: transparent;
color: white;
font: bold; }
font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(255, 255, 255, 0.5); }
#panel_window menubar menuitem:disabled GtkLabel {
@ -7298,12 +7299,12 @@ ConversationListView {
color: inherit; }
#panel_window .menubar .menu > .menuitem,
#panel_window menubar menu > menuitem {
font: normal; }
/*font: normal;*/ }
#login_window,
#shutdown_dialog,
#restart_dialog {
font: normal;
/*font: normal;*/
border-style: none;
background-color: transparent;
color: #444; }
@ -7367,7 +7368,7 @@ ConversationListView {
#buttonbox_frame button {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.8));
background-color: rgba(32, 37, 38, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -7376,7 +7377,7 @@ ConversationListView {
#buttonbox_frame button:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.8));
background-color: rgba(60, 69, 71, 0.8);
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -7385,7 +7386,7 @@ ConversationListView {
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
background-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -7394,7 +7395,7 @@ ConversationListView {
#buttonbox_frame button:disabled {
color: #787f81;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(50, 55, 56, 0.5));
background-color: rgba(50, 55, 56, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -7402,10 +7403,10 @@ ConversationListView {
#login_window #user_combobox {
color: #444;
font: 13px; }
font-size: 13px; }
#login_window #user_combobox .menu,
#login_window #user_combobox menu {
font: normal; }
/*font: normal;*/ }
#user_image {
padding: 3px;
@ -7413,4 +7414,4 @@ ConversationListView {
#greeter_infobar {
border-bottom-width: 0;
font: bold; }
font-weight: bold; }