[gnome-shell] theme: improve scrollbars coloring
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: improve scrollbars coloring
- Date: Wed, 22 Aug 2012 15:28:24 +0000 (UTC)
commit c50132b29f4e040223955a0c1d8c15066801d70a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Aug 22 15:59:56 2012 +0200
theme: improve scrollbars coloring
https://bugzilla.gnome.org/show_bug.cgi?id=682476
data/theme/gnome-shell.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 354d0b6..6f3a612 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -80,25 +80,25 @@ StScrollBar StBin#trough {
}
StScrollBar StButton#vhandle {
- background-color: #959797;
+ background-color: #5d6464;
border: 2px solid #242424;
border-radius: 8px;
}
StScrollBar StButton#hhandle {
- background-color: #959797;
+ background-color: #5d6464;
border: 2px solid #242424;
border-radius: 8px;
}
StScrollBar StButton#hhandle:hover,
StScrollBar StButton#vhandle:hover {
- background-color: #c2c3c3;
+ background-color: #777d7c;
}
StScrollBar StButton#hhandle:active,
StScrollBar StButton#vhandle:active {
- background-color: #729fcf;
+ background-color: #3465a4;
}
/* Check Boxes */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]