[gnome-shell/wip/sass: 4/16] theme: fine tune scrollbars
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 4/16] theme: fine tune scrollbars
- Date: Wed, 15 Oct 2014 15:41:51 +0000 (UTC)
commit 2f255aa607d00e874b6ffcce78fb60083ed4572b
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Oct 2 18:13:53 2014 +0200
theme: fine tune scrollbars
data/theme/_common.scss | 6 +++---
data/theme/gnome-shell.css | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 528c0cb..439197e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -71,13 +71,13 @@ StScrollBar {
StBin#trough {
border-radius: 0;
- background-color: $osd_bg_color;
+ background-color: darken($osd_bg_color,10%);
}
StButton#vhandle, StButton#hhandle {
- border-radius: 6px;
+ border-radius: 8px;
background-color: $bg_color;
- border: 3px solid $osd_bg_color;
+ border: 3px solid darken($osd_bg_color,10%); //would be nice to margin or at least to transparent
&:hover { background-color: lighten($bg_color,10%); }
&:active { background-color: $selected_bg_color; }
}
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 14fa57f..8d884f1 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2036,11 +2036,11 @@ StScrollBar {
min-height: 14px; }
StScrollBar StBin#trough {
border-radius: 0;
- background-color: #2e3436; }
+ background-color: #17191a; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
- border-radius: 6px;
+ border-radius: 8px;
background-color: #393f3f;
- border: 3px solid #2e3436; }
+ border: 3px solid #17191a; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #515a5a; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]