improved buttons on index

This commit is contained in:
Devaev Maxim 2020-04-22 20:07:25 +03:00
parent ffa0bef577
commit 1bb0d725fa

View File

@ -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;