[gthumb] added a backdrop stile for the comment
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added a backdrop stile for the comment
- Date: Tue, 19 Nov 2013 10:35:08 +0000 (UTC)
commit 6a8c1c323545da949d12bfbdfba0190bc3fb8b7f
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Nov 18 20:37:01 2013 +0100
added a backdrop stile for the comment
gthumb/resources/gthumb.css | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/resources/gthumb.css b/gthumb/resources/gthumb.css
index 3268fe7..b54834d 100644
--- a/gthumb/resources/gthumb.css
+++ b/gthumb/resources/gthumb.css
@@ -25,26 +25,46 @@ GthEmptyList.frame:backdrop {
@define-color comment_bg #f5fabf;
@define-color comment_border #a3a684;
+ define-color comment_bg_backdrop #c5c6ba;
+ define-color comment_border_backdrop #a5a5a5;
GtkScrolledWindow.comment {
background-color: @comment_bg;
padding: 5px 0 5px 5px;
}
+GtkScrolledWindow.comment:backdrop {
+ background-color: @comment_bg_backdrop;
+}
+
GtkScrolledWindow.comment.frame {
- border-color: @comment_border;
+ border-color: transparent;
}
GtkScrolledWindow.comment .scrollbar.trough {
background-color: @comment_bg;
}
+GtkScrolledWindow.comment .scrollbar.trough:backdrop {
+ background-color: @comment_bg_backdrop;
+}
+
GtkScrolledWindow.comment .scrollbar.slider {
background-color: @comment_border;
}
+GtkScrolledWindow.comment .scrollbar.slider:backdrop {
+ background-color: @comment_border_backdrop;
+}
+
.comment .view,
.comment.view {
background-color: @comment_bg;
color: #000000;
}
+
+.comment .view:backdrop,
+.comment.view:backdrop {
+ background-color: @comment_bg_backdrop;
+ color: #666666;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]