mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
7 lines
151 B
CSS
7 lines
151 B
CSS
|
.app-tile:focus:after,
|
||
|
.app-tile:hover:after,
|
||
|
.app-tile:focus:before,
|
||
|
.app-tile:hover:before {
|
||
|
background:var(--background-color, red) !important;
|
||
|
}
|