Use standart colors

This commit is contained in:
Kelson 2020-01-14 14:37:19 +01:00
parent 468cba66e3
commit 89dae6ff5e

View File

@ -151,11 +151,13 @@ QTabBar::tab:last QToolButton {
font-size: 30px;
width: 30px; min-width: 30px; max-width: 30px;
height: 30px; min-height:30px; max-height:30px;
border-radius: 5px;
border-radius: 3px;
}
QTabBar::tab:last QToolButton::hover {
background-color: grey;
border: 1px solid #3366CC;
background-color: #D9E9FF;
border-radius: 3px;
}
/* -----------------------------------------