*: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
*: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; }
*: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; }