From 543bc490938bdab57334dea7e64ee5c6cd2b4e6f Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 25 Mar 2014 22:36:36 +0530 Subject: [PATCH] Added borders for expanders --- gtk-3.0/gtk-widgets.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 6420b59..4fd80dc 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -503,15 +503,18 @@ GtkComboBox.combobox-entry .button:insensitive { * expander * ************/ .expander { - color: alpha(currentColor, 0.7); + color: alpha(currentColor, 0.7); + border: alpha(currentColor, 0.7); } .expander:hover { - color: alpha(currentColor, 0.8); + color: alpha(currentColor, 0.8); + border-color: alpha(currentColor, 0.8); } .expander:active { - color: alpha(currentColor, 0.9); + color: alpha(currentColor, 0.9); + border-color: alpha(currentColor, 0.9); } /**************