mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:21:28 +08:00
Change style for selected item in treeview.
This commit is contained in:
@ -20,11 +20,14 @@
|
||||
margin: 0;
|
||||
|
||||
&:hover,
|
||||
&.over,
|
||||
&.selected {
|
||||
&.over {
|
||||
background-color: @secondary;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: #cbcdcf;
|
||||
}
|
||||
|
||||
&.selected .empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user