[Stylesheets] fix selection background color for Darker theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
ABOUT
|
||||
============================================================================================================
|
||||
version 2.21
|
||||
version 2.22
|
||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
||||
It might work with other software that uses Qt styling.
|
||||
|
||||
@@ -1165,8 +1165,8 @@ QDateEdit,
|
||||
QDateTimeEdit {
|
||||
color: #bebebe;
|
||||
background-color: #2a2a2a;
|
||||
selection-color: #cbd8e6;
|
||||
selection-background-color: #2053c0;
|
||||
selection-color: white;
|
||||
selection-background-color: #1b3774 ;
|
||||
border: 1px solid #2a2a2a;
|
||||
border-radius: 3px;
|
||||
min-width: 50px; /* it ensures the default value is correctly displayed */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
ABOUT
|
||||
============================================================================================================
|
||||
version 2.21
|
||||
version 2.22
|
||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
||||
It might work with other software that uses Qt styling.
|
||||
|
||||
@@ -1165,8 +1165,8 @@ QDateEdit,
|
||||
QDateTimeEdit {
|
||||
color: #bebebe;
|
||||
background-color: #2a2a2a;
|
||||
selection-color: #dadfc5;
|
||||
selection-background-color: #74831d;
|
||||
selection-color: white;
|
||||
selection-background-color: #566214 ;
|
||||
border: 1px solid #2a2a2a;
|
||||
border-radius: 3px;
|
||||
min-width: 50px; /* it ensures the default value is correctly displayed */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
ABOUT
|
||||
============================================================================================================
|
||||
version 2.21
|
||||
version 2.22
|
||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
||||
It might work with other software that uses Qt styling.
|
||||
|
||||
@@ -1165,8 +1165,8 @@ QDateEdit,
|
||||
QDateTimeEdit {
|
||||
color: #bebebe;
|
||||
background-color: #2a2a2a;
|
||||
selection-color: #e3d8b9;
|
||||
selection-background-color: #b28416;
|
||||
selection-color: white;
|
||||
selection-background-color: #624b14 ;
|
||||
border: 1px solid #2a2a2a;
|
||||
border-radius: 3px;
|
||||
min-width: 50px; /* it ensures the default value is correctly displayed */
|
||||
|
||||
Reference in New Issue
Block a user