mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 21:11:29 +03:00
header button hover bg
This commit is contained in:
@@ -42,6 +42,14 @@ header .remote-id {
|
|||||||
margin: * 0;
|
margin: * 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header span:hover {
|
||||||
|
background: #f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
header #screen:hover {
|
||||||
|
background: #d9d9d9;
|
||||||
|
}
|
||||||
|
|
||||||
header span:active, header #screen:active {
|
header span:active, header #screen:active {
|
||||||
color: black;
|
color: black;
|
||||||
background: color(gray-bg);
|
background: color(gray-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user