[gnome-themes-standard] documents: tweak text color for selection mode toolbars
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] documents: tweak text color for selection mode toolbars
- Date: Wed, 23 Nov 2011 18:28:53 +0000 (UTC)
commit d8acad42b43270496d4104e37e803d4d76d09c48
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Nov 23 13:27:58 2011 -0500
documents: tweak text color for selection mode toolbars
themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index f32c67e..bc19ad5 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -190,12 +190,16 @@ NautilusWindow > GtkGrid > .pane-separator {
background-image: -gtk-gradient(linear, left top, left bottom,
from(@documents_selection_toolbar_a),
to(@documents_selection_toolbar_b));
- color: alpha(@theme_base_color, 0.32);
+ color: @theme_base_color;
border-width: 1 0 0 0;
border-color: @documents_selection_toolbar_border;
border-style: solid;
}
+.documents-selection-mode.toolbar .dim-label {
+ color: alpha(@theme_base_color, 0.50);
+}
+
.documents-selection-mode.toolbar .button {
background-image: -gtk-gradient(linear, left top, left bottom,
from(@documents_selection_button_a),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]