10 lines
207 B
CSS
10 lines
207 B
CSS
|
.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;
|
||
|
}
|