Adwaita: set caret-color for drop targets
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 29 Mar 2016 13:06:11 +0000 (15:06 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 29 Mar 2016 13:06:11 +0000 (15:06 +0200)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 0d219e73e71a6346b68a4e2afed0904b4dce69c5..25de61f42dfa4d6664d307f58e370bec8aaf8de5 100644 (file)
@@ -4277,6 +4277,7 @@ button.circular { // FIXME: aggregate to buttons
 *:drop(active) { // FIXME needs to be done widget by widget, this wildcard should really die
   border-color: $drop_target_color;
   box-shadow: inset 0 0 0 1px $drop_target_color;
+  caret-color: $drop_target_color;
 }
 
 stackswitcher button.text-button { min-width: 100px; } // FIXME aggregate with buttons
index 4ca5eb1e7a80d22c61707fa769c1edf0ffdc5569..8966f2e2ea785007e409ae1aad6ac29bc26a7c55 100644 (file)
@@ -4504,7 +4504,8 @@ button.circular {
 *:drop(active):focus,
 *:drop(active) {
   border-color: #4e9a06;
-  box-shadow: inset 0 0 0 1px #4e9a06; }
+  box-shadow: inset 0 0 0 1px #4e9a06;
+  caret-color: #4e9a06; }
 
 stackswitcher button.text-button {
   min-width: 100px; }
index 99adfee62c77bc438aeec4ca758f75eba003659c..5e0e1e0c89daf8267874613ea188ee9f9b0af1b7 100644 (file)
@@ -4534,7 +4534,8 @@ button.circular {
 *:drop(active):focus,
 *:drop(active) {
   border-color: #4e9a06;
-  box-shadow: inset 0 0 0 1px #4e9a06; }
+  box-shadow: inset 0 0 0 1px #4e9a06;
+  caret-color: #4e9a06; }
 
 stackswitcher button.text-button {
   min-width: 100px; }