diff --git a/resources/css/style.css b/resources/css/style.css index e03354a..b272ee7 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -60,6 +60,11 @@ TopWidget QToolButton:pressed { border-radius: 2px; } +TopWidget QToolButton::hover { + border: 1px solid #3366CC; + border-radius: 2px; +} + TopWidget QToolButton::menu-button { width: 100%; background: rgba(0, 0, 0, 0); diff --git a/resources/texts/_contentManager.html b/resources/texts/_contentManager.html index ede2ef1..ebc98a3 100644 --- a/resources/texts/_contentManager.html +++ b/resources/texts/_contentManager.html @@ -162,6 +162,10 @@ button { color: white; background: blue; } +details:hover { + background-color: #d9e9ff; + cursor: pointer; +}