[gnome-themes-standard] css: don't add border to insensitive rows
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] css: don't add border to insensitive rows
- Date: Sat, 5 Mar 2011 20:29:24 +0000 (UTC)
commit 95fc30fdbc3960f1ba928a47a54520c688924eca
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Mar 5 15:28:18 2011 -0500
css: don't add border to insensitive rows
themes/Adwaita/gtk-3.0/gtk.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index ffc9d91..ce727ca 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -887,6 +887,10 @@ row:hover {
border-width: 0;
}
+row:insensitive {
+ border-width: 0;
+}
+
row:selected:focused {
border-width: 0;
background-image: -gtk-gradient (linear,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]