openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1dba42f24071e5d83d0fe2177b80c2a451117bcc
parent f774598f490396a6e6e60202b83daba5de6ac288
Author: Jan Dankert <devnull@localhost>
Date:   Sat,  3 Nov 2018 02:20:22 +0100

Neu: Hover-Effekt in der Navigation.

Diffstat:
modules/cms-ui/themes/default/style/theme/openrat-theme.less | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/cms-ui/themes/default/style/theme/openrat-theme.less b/modules/cms-ui/themes/default/style/theme/openrat-theme.less @@ -212,6 +212,10 @@ html.theme-@{cms-theme-id} { background-color: @cms-inactive-background-color; } + #navigation div.clickable:hover { + background-color: @cms-inactive-background-color; + } + div.panel div.status div, div.message { border: 1px solid @cms-title-background-color; }