9 lines
207 B
CSS
Executable file
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;
|
|
}
|