diff options
author | Devaev Maxim <[email protected]> | 2020-04-22 20:07:25 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-04-22 20:07:25 +0300 |
commit | 1bb0d725fac36a78e0fbfc1ac843eeef73f7ca04 (patch) | |
tree | eb26058243e345615a728e76b7948481b4a18dd2 | |
parent | ffa0bef577d2eee2320282873fd372fec5014643 (diff) |
improved buttons on index
-rw-r--r-- | web/share/css/index/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css index 0d9ee3e9..f5c03d34 100644 --- a/web/share/css/index/index.css +++ b/web/share/css/index/index.css @@ -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; |