[gtk/gtk-3-24: 4/5] win32 theme: Draw expander arrow




commit 466619f7c136ff7456d8a842e4fafc80e2cbd3c4
Author: Jaime Velasco Juan <jsagarribay gmail com>
Date:   Mon Oct 31 14:00:16 2016 +0000

    win32 theme: Draw expander arrow
    
    Better than nothing.

 gtk/theme/win32/gtk-win32-base.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css
index 20dbe7c575..3b38104f1e 100644
--- a/gtk/theme/win32/gtk-win32-base.css
+++ b/gtk/theme/win32/gtk-win32-base.css
@@ -1271,6 +1271,21 @@ statusbar > frame {
     background-image: none;
 }
 
+/* Expander */
+
+expander title arrow {
+    background-image: -gtk-win32-theme-part(explorerbar, 7, 1);
+}
+expander title arrow:checked {
+    background-image: -gtk-win32-theme-part(explorerbar, 6, 1);
+}
+expander title:hover arrow {
+    background-image: -gtk-win32-theme-part(explorerbar, 7, 2);
+}
+expander title:hover arrow:checked {
+    background-image: -gtk-win32-theme-part(explorerbar, 6, 2);
+}
+
 /* Spinner */
 
 @keyframes spin {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]