mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
New checkbox look for dark theme
This commit is contained in:
@@ -203,6 +203,8 @@
|
||||
<file>themes/dark/expanded.svg</file>
|
||||
<file>themes/dark/arrow-down.svg</file>
|
||||
<file>themes/dark/arrow-up.svg</file>
|
||||
<file>themes/dark/checkbox-unchecked-20x20.png</file>
|
||||
<file>themes/dark/checkbox-checked-20x20.png</file>
|
||||
<file>SummaryCase24x24.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/Shader">
|
||||
|
||||
@@ -24,6 +24,18 @@ $plotGridColor: #394046; // Plot grid color
|
||||
$auxiliaryCurveColor: #000000; // Auxiliary curve color
|
||||
$externalInputColor: #e82257; // External input background color
|
||||
|
||||
QCheckBox::indicator:unchecked
|
||||
{
|
||||
background-color: $backgroundColor1;
|
||||
image: url(:/themes/dark/checkbox-unchecked-20x20.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked
|
||||
{
|
||||
background-color: $backgroundColor1;
|
||||
image: url(:/themes/dark/checkbox-checked-20x20.png);
|
||||
}
|
||||
|
||||
QwtPlot["*"]::grid["*"] {
|
||||
color: $backgroundColor2;
|
||||
}
|
||||
@@ -151,6 +163,18 @@ QTreeView::branch:open:has-children:has-siblings {
|
||||
icon-size: 12px;
|
||||
}
|
||||
|
||||
QTreeView::indicator:unchecked
|
||||
{
|
||||
background-color: $backgroundColor1;
|
||||
image: url(:/themes/dark/checkbox-unchecked-20x20.png);
|
||||
}
|
||||
|
||||
QTreeView::indicator:checked
|
||||
{
|
||||
background-color: $backgroundColor1;
|
||||
image: url(:/themes/dark/checkbox-checked-20x20.png);
|
||||
}
|
||||
|
||||
QDockWidget {
|
||||
background-color: $mainBackgroundColor;
|
||||
titlebar-close-icon: url(:/themes/dark/blank.svg);
|
||||
@@ -370,4 +394,4 @@ QTextEdit, QPlainTextEdit {
|
||||
QWidget[state="ExternalInput"] {
|
||||
background-color: $externalInputColor;
|
||||
border: 2px solid $borderColor;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
ApplicationCode/Resources/themes/dark/checkbox-checked-20x20.png
Normal file
BIN
ApplicationCode/Resources/themes/dark/checkbox-checked-20x20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ApplicationCode/Resources/themes/dark/checkbox.xcf
Normal file
BIN
ApplicationCode/Resources/themes/dark/checkbox.xcf
Normal file
Binary file not shown.
Reference in New Issue
Block a user