[gnome-themes-standard] Widget theme: nautilus search fixes.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widget theme: nautilus search fixes.
- Date: Tue, 7 Aug 2012 18:22:55 +0000 (UTC)
commit 58f65a0aef9e8077fa1078b33317f185b43b4eb6
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Aug 7 20:22:35 2012 +0200
Widget theme: nautilus search fixes.
themes/Adwaita/gtk-3.0/gnome-applications.css | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index fdda299..d5f59ec 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -112,8 +112,23 @@ NautilusToolbar .button *:active:insensitive {
text-shadow: none;
}
-NautilusQueryEditor .primary-toolbar.toolbar:only-child {
- border-bottom-color: @toolbar_gradient_c;
+NautilusQueryEditor .primary-toolbar.toolbar {
+ border-bottom-width: 0;
+}
+
+NautilusQueryEditor .toolbar {
+ padding-top: 4px;
+
+ border-width: 1px 0 0 0;
+ border-style: solid;
+ border-color: @theme_bg_color;
+
+ background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
+}
+
+
+NautilusQueryEditor .toolbar:nth-child(2) {
+ border-color: @borders;
}
/* gedit */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]