[gnome-themes-standard] Widget theme: fixed entry borders on nautlus search bar.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widget theme: fixed entry borders on nautlus search bar.
- Date: Wed, 7 Dec 2011 13:47:56 +0000 (UTC)
commit 78bebe45d2b2e7abc039e3234e47d65532d4464e
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Dec 7 14:47:46 2011 +0100
Widget theme: fixed entry borders on nautlus search bar.
themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index b51e6a3..1f6841c 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -75,9 +75,12 @@ NautilusQueryEditor.info {
border-style: solid;
}
-NautilusSearchBar .entry {
+NautilusSearchBar .entry,
+NautilusSearchBar .entry:focus {
border-image: none;
- border-color: @nautilus_cluebar_color;
+ border-color: darker(@nautilus_cluebar_color);
+ border-style: solid;
+ border-width: 1;
-GtkEntry-inner-border: 3;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]