Adwaita: set caret-color for drop targets

This commit is contained in:
Lapo Calamandrei 2016-03-29 15:06:11 +02:00
parent e7cd3dddd8
commit 38f94194a6
3 changed files with 5 additions and 2 deletions

View 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

View 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; }

View 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; }