mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
improved buttons on index
This commit is contained in:
parent
ffa0bef577
commit
1bb0d725fa
@ -52,6 +52,13 @@ div#apps-box ul#apps li div:hover.app {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
div#apps-box ul#apps li div:active.app {
|
||||
color: var(--cs-control-pressed-fg) !important;
|
||||
background-color: var(--cs-control-pressed-bg) !important;
|
||||
border: var(--border-key-thin);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
div#apps-box ul#apps li div.app img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user