update theme
This commit is contained in:
parent
43ada376f8
commit
df81c98b65
@ -1,5 +1,5 @@
|
||||
/* This stylesheet is generated, DO NOT EDIT */
|
||||
/* Copyright 2009, Red Hat, Inc.
|
||||
/* Copyright 2009, 2015 Red Hat, Inc.
|
||||
*
|
||||
* Portions adapted from Mx's data/style/default.css
|
||||
* Copyright 2009 Intel Corporation
|
||||
@ -432,7 +432,7 @@ StScrollBar {
|
||||
-boxpointer-gap: 4px;
|
||||
-arrow-rise: 0px; }
|
||||
|
||||
/* fallback menu
|
||||
/* fallback menu
|
||||
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
||||
app menu inside the main app window itself rather than the top bar
|
||||
*/
|
||||
@ -918,12 +918,14 @@ StScrollBar {
|
||||
|
||||
/* DASHBOARD */
|
||||
#dash {
|
||||
padding: 4px;
|
||||
font-size: 9pt;
|
||||
color: #eeeeec;
|
||||
background-color: #2e3436;
|
||||
padding: 4px 0;
|
||||
border: 1px solid rgba(128, 128, 128, 0.4);
|
||||
border-left: 0px;
|
||||
border-radius: 0px 9px 9px 0px; }
|
||||
#dash:rtl {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0;
|
||||
border-radius: 9px 0 0 9px; }
|
||||
#dash .placeholder {
|
||||
background-image: url("dash-placeholder.svg");
|
||||
@ -934,7 +936,7 @@ StScrollBar {
|
||||
height: 24px; }
|
||||
|
||||
.dash-item-container > StWidget {
|
||||
padding: 4px; }
|
||||
padding: 4px 8px; }
|
||||
|
||||
.dash-label {
|
||||
border-radius: 7px;
|
||||
@ -1080,7 +1082,7 @@ StScrollBar {
|
||||
.frequent-apps > StBoxLayout {
|
||||
padding: 0px 88px 10px 88px; }
|
||||
|
||||
#dash, .workspace-thumbnails {
|
||||
.workspace-thumbnails {
|
||||
color: #eeeeec;
|
||||
background-color: #2e3436;
|
||||
border: 1px solid rgba(238, 238, 236, 0.2); }
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This stylesheet is generated, DO NOT EDIT */
|
||||
/* Copyright 2009, Red Hat, Inc.
|
||||
/* Copyright 2009, 2015 Red Hat, Inc.
|
||||
*
|
||||
* Portions adapted from Mx's data/style/default.css
|
||||
* Copyright 2009 Intel Corporation
|
||||
@ -432,7 +432,7 @@ StScrollBar {
|
||||
-boxpointer-gap: 4px;
|
||||
-arrow-rise: 0px; }
|
||||
|
||||
/* fallback menu
|
||||
/* fallback menu
|
||||
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
||||
app menu inside the main app window itself rather than the top bar
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user