mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
[themes] Add fixed color/background for web widgets for improved compatibility
This commit is contained in:
parent
224899f119
commit
94e71e486b
@ -22,6 +22,12 @@ QWidget:item:selected
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QWebView, QTextBrowser
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip
|
QToolTip
|
||||||
{
|
{
|
||||||
border: 1px solid #222;
|
border: 1px solid #222;
|
||||||
|
@ -22,6 +22,12 @@ QWidget:item:selected
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QWebView, QTextBrowser
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip
|
QToolTip
|
||||||
{
|
{
|
||||||
border: 1px solid #222;
|
border: 1px solid #222;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user