parch-gtk-theme/dracula/parch-dracula-theme/gtk-3.0/apps/corebird.css

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