Udpate style.css

- Add a small margin around the top button
- Change the button background on hover.
This commit is contained in:
Matthieu Gautier 2018-12-13 17:41:02 +01:00
parent 5ee665f049
commit 2f2d66d45c

View File

@ -25,7 +25,7 @@ TopWidget::separator {
QToolButton {
background: none;
height: 100%;
height: 40px;
width: 40px;
border: none;
}
@ -54,14 +54,10 @@ SearchBar > QPushButton {
Menu
*/
TopWidget QToolButton:pressed {
background-color: #D9E9FF;
border: 1px solid #3366CC;
border-radius: 2px;
}
TopWidget QToolButton:pressed,
TopWidget QToolButton::hover {
border: 1px solid #3366CC;
background-color: #D9E9FF;
border-radius: 2px;
}