aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-dark.css
diff options
context:
space:
mode:
authorHorst31802016-08-31 01:00:14 +0200
committerHorst31802016-08-31 01:00:14 +0200
commit0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6 (patch)
tree9dac4fe8954d883770835e17399072d73ea225bf /common/gtk-3.0/3.20/gtk-dark.css
parent5bd92f12a20358711ab7f7a55befb44acc0d5fa5 (diff)
downloadsolarc-theme-0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6.tar.gz
solarc-theme-0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6.tar.xz
solarc-theme-0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6.zip
GTK 3.22: fix parsing errors
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-dark.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css62
1 files changed, 31 insertions, 31 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index a7f352b..c59e6e0 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -1029,7 +1029,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1431,14 +1431,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #D3DAE3;
- background-image: linear-gradient(to bottom, #2b2e39);
+ background-color: #2b2e39;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1830,7 +1830,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2621,7 +2621,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2651,15 +2651,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #383C4A;
- background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2904,7 +2904,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3513,7 +3513,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3585,7 +3585,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
UnityDecoration.top:backdrop {
@@ -3593,11 +3593,11 @@ UnityDecoration {
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3608,7 +3608,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3801,7 +3801,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #868b97;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3821,7 +3821,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, #404552, #404552);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3832,13 +3832,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3855,24 +3855,24 @@ GtkListBox .h4 {
#panel_window {
background-color: rgba(43, 46, 55, 0.95);
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #D3DAE3; }
@@ -3939,9 +3939,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #D3DAE3;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3987,13 +3987,13 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
filechooser paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4114,10 +4114,10 @@ filechooser actionbar {
background-color: #404552; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #2b2e39); }
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); }
.gedit-document-panel {
background-color: rgba(53, 57, 69, 0.95); }