[gnome-shell/wip/sass: 14/98] theme: fine tune scrollbars
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 14/98] theme: fine tune scrollbars
- Date: Fri, 20 Feb 2015 14:18:22 +0000 (UTC)
commit a2a5a3c90878597c929cf1fadb6a1912985f360a
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 386dc08..58fa5aa 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2062,11 +2062,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]