mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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;
|
||||
}
|
||||
|
||||
QWebView, QTextBrowser
|
||||
{
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
{
|
||||
border: 1px solid #222;
|
||||
|
@ -22,6 +22,12 @@ QWidget:item:selected
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QWebView, QTextBrowser
|
||||
{
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
{
|
||||
border: 1px solid #222;
|
||||
|
Loading…
x
Reference in New Issue
Block a user