This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
gtk-nova-theme/gtk-3.0/apps/corebird.css
2021-01-07 18:44:37 +00:00

10 lines
207 B
CSS
Executable File

.button.text-only-button:hover{
color: @selected_bg_color;
}
.button.text-only-button:active,
.button.text-only-button:active:hover {
color: @selected_bg_color;
background-color: transparent;
}