mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
[themes] Fix visual disabled state of checked tool buttons
This commit is contained in:
parent
5199b91722
commit
827f0a1add
@ -241,6 +241,10 @@ QToolButton:checked
|
|||||||
{
|
{
|
||||||
border: 1px solid @selection;
|
border: 1px solid @selection;
|
||||||
}
|
}
|
||||||
|
QToolButton:checked:disabled
|
||||||
|
{
|
||||||
|
border: 1px solid rgba(240,240,240,100);
|
||||||
|
}
|
||||||
QToolButton::menu-arrow
|
QToolButton::menu-arrow
|
||||||
{
|
{
|
||||||
image: url(@theme_path/icons/arrow-down.svg);
|
image: url(@theme_path/icons/arrow-down.svg);
|
||||||
|
@ -251,6 +251,10 @@ QToolButton:checked
|
|||||||
{
|
{
|
||||||
border: 1px solid @focus;
|
border: 1px solid @focus;
|
||||||
}
|
}
|
||||||
|
QToolButton:checked:disabled
|
||||||
|
{
|
||||||
|
border: 1px solid rgba(215,128,26,100);
|
||||||
|
}
|
||||||
QToolButton::menu-arrow
|
QToolButton::menu-arrow
|
||||||
{
|
{
|
||||||
image: url(@theme_path/icons/arrow-down.svg);
|
image: url(@theme_path/icons/arrow-down.svg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user