aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-08-14 00:05:57 +0200
committerHorst31802015-08-14 00:05:57 +0200
commit359a8d8c2c0551655cf8ce72d0562d9c2c0e401e (patch)
tree1b8cf6c7eaf410b1c44c7fffcdedf24751585abb /common/gnome-shell/3.16/sass/_common.scss
parente4c806b3d768fc3c1e048f5354c518d2abdbe876 (diff)
downloadsolarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.gz
solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.xz
solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.zip
update build system
Diffstat (limited to 'common/gnome-shell/3.16/sass/_common.scss')
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss18
1 files changed, 2 insertions, 16 deletions
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index 4f72cbe..2b8dddb 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -609,7 +609,7 @@ StScrollBar {
background: none;
border: none;
border-radius: 5px;
- border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
.osd-monitor-label { font-size: 3em; }
@@ -1214,7 +1214,7 @@ StScrollBar {
}
&:active {
- background-image: url("misc/close-active.svg");
+ background-image: url("common-assets/misc/close-active.svg");
background-size: 26px;
height: 26px;
width: 26px;
@@ -2256,17 +2256,3 @@ $legacy_icon_size: 24px;
border-radius: 2px;
padding: 6px;
}
-
-/*tweaks*/
-.panel-button:active,
-.panel-button:overview,
-.panel-button:focus,
-.panel-button:hover,
-#appMenu,
- #panel {
- text-shadow: 0px 0px white;
-}
-
-stage {
- font-weight: bold;
-}