mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
Udpate style.css
- Add a small margin around the top button - Change the button background on hover.
This commit is contained in:
parent
5ee665f049
commit
2f2d66d45c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user