mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-06-07 02:51:01 -04:00
Added hover colors to scroll bars
This commit is contained in:
parent
d5cddfc4c0
commit
2b4a8a97e1
@ -259,6 +259,10 @@ QScrollBar::handle:vertical {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QScrollBar::handle:vertical:hover {
|
||||
background-color: rgba(26, 115, 232, 0.4);
|
||||
}
|
||||
|
||||
QScrollBar::add-line:vertical {
|
||||
height: 0;
|
||||
subcontrol-position: bottom;
|
||||
@ -287,6 +291,10 @@ QScrollBar::handle:horizontal {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QScrollBar::handle:horizontal:hover {
|
||||
background-color: rgba(26, 115, 232, 0.4);
|
||||
}
|
||||
|
||||
QScrollBar::add-line:horizontal {
|
||||
height: 0;
|
||||
subcontrol-position: bottom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user