Skip to content

Commit

Permalink
Fix wrong text color on Windows in the Night Mapping theme (#57407)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlersfan authored Jun 16, 2024
1 parent 08041dd commit 49cede7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/themes/Night Mapping/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ QToolButton::menu-indicator:disabled
width: 0.8em;
height: 1.2em;
}

QToolBox::tab {
color: @text;
}

QToolBar QToolButton, QToolButton::menu-button
{
border-color: rgba(0,0,0,0);
Expand Down Expand Up @@ -1302,3 +1307,11 @@ QgsAttributeFormWidget QComboBox:disabled {
QgsAttributeFormWidget QComboBox::down-arrow:disabled {
image: none;
}

QWidget#mCadWidget QLineEdit {
color: @textlight;
}

QWidget#mCadWidget QLineEdit:disabled {
color: @text;
}

0 comments on commit 49cede7

Please sign in to comment.