mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
14 lines
448 B
CSS
14 lines
448 B
CSS
|
/*
|
||
|
===============================================================================
|
||
|
This file contain extra CSS rules to customize the YunoHost user portal and
|
||
|
can be used to customize app tiles, buttons, etc...
|
||
|
===============================================================================
|
||
|
*/
|
||
|
|
||
|
.app-tile:focus:after,
|
||
|
.app-tile:hover:after,
|
||
|
.app-tile:focus:before,
|
||
|
.app-tile:hover:before {
|
||
|
background:var(--background-color, red) !important;
|
||
|
}
|