Fix styling of flat QPushButtons.
parent
5f45edebed
commit
6b721c5036
11206
breeze_resources.py
11206
breeze_resources.py
File diff suppressed because it is too large
Load Diff
|
@ -836,6 +836,12 @@ QPushButton
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:flat,
|
||||||
|
QPushButton:flat:hover
|
||||||
|
{
|
||||||
|
border: 0.04em transparent #76797c;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox:open,
|
QComboBox:open,
|
||||||
QPushButton:open
|
QPushButton:open
|
||||||
{
|
{
|
||||||
|
|
|
@ -836,6 +836,12 @@ QPushButton
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:flat,
|
||||||
|
QPushButton:flat:hover
|
||||||
|
{
|
||||||
|
border: 0.04em transparent #bab9b8;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox:open,
|
QComboBox:open,
|
||||||
QPushButton:open
|
QPushButton:open
|
||||||
{
|
{
|
||||||
|
|
|
@ -836,6 +836,12 @@ QPushButton
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:flat,
|
||||||
|
QPushButton:flat:hover
|
||||||
|
{
|
||||||
|
border: 0.04em transparent #76797c;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox:open,
|
QComboBox:open,
|
||||||
QPushButton:open
|
QPushButton:open
|
||||||
{
|
{
|
||||||
|
|
|
@ -836,6 +836,12 @@ QPushButton
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:flat,
|
||||||
|
QPushButton:flat:hover
|
||||||
|
{
|
||||||
|
border: 0.04em transparent #bab9b8;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox:open,
|
QComboBox:open,
|
||||||
QPushButton:open
|
QPushButton:open
|
||||||
{
|
{
|
||||||
|
|
|
@ -836,6 +836,12 @@ QPushButton
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:flat,
|
||||||
|
QPushButton:flat:hover
|
||||||
|
{
|
||||||
|
border: 0.04em transparent ^midtone^;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox:open,
|
QComboBox:open,
|
||||||
QPushButton:open
|
QPushButton:open
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue