Improve dialog title bar colouring.
parent
34a803fc68
commit
4ec4b4f43e
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue