[Stylesheets] fix selection background color for Darker theme

This commit is contained in:
Pablo Gil
2020-01-14 08:42:03 +01:00
committed by wmayer
parent 45ef05746e
commit d195c1a703
3 changed files with 9 additions and 9 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */