Improve dialog title bar colouring.

pull/3/head
Dave Page 2016-04-07 22:05:55 +01:00
parent 34a803fc68
commit 4ec4b4f43e
1 changed files with 4 additions and 9 deletions

View File

@ -152,19 +152,18 @@
} }
.wcFloating .wcPanelTabActive { .wcFloating .wcPanelTabActive {
background-color: rgb(33, 81, 128); background-color: #2C76B4;
margin-top: -2px; margin-top: -2px;
font-weight: bold; font-weight: bold;
color: white; color: white;
} }
.wcFloating .wcPanelTabActive:hover { .wcFloating .wcPanelTabActive:hover {
background-color: #AAAAAA; background-color: #74B5ED;
color: black;
} }
.wcGhost { .wcGhost {
background-color: #337ab7; background-color: #74B5ED;
border-radius: 6px; border-radius: 6px;
} }
@ -264,11 +263,7 @@
.wcFloating .wcFrameTitleBar { .wcFloating .wcFrameTitleBar {
border-bottom: 2px solid darkgray; border-bottom: 2px solid darkgray;
background-color: rgb(33, 81, 128); background-color: #2C76B4;
}
.wcFloating .wcFrameTitleBar:hover {
background-color: #AAAAAA;
} }
.wcFrameButtonBar { .wcFrameButtonBar {