fix some hovering effects
This commit is contained in:
@ -83,6 +83,15 @@ tooltip label{
|
|||||||
background: @bg_hover;
|
background: @bg_hover;
|
||||||
color: @content_main;
|
color: @content_main;
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
button:hover {
|
||||||
|
box-shadow: inherit;
|
||||||
|
text-shadow: inherit;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#taskbar {
|
#taskbar {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user