mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Desktop UI dark theme updates
This commit is contained in:
parent
6001c7f030
commit
f750229693
@ -31,6 +31,35 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(""
|
|||||||
" border-right:1px solid rgba(125,125,125,50%);\n"
|
" border-right:1px solid rgba(125,125,125,50%);\n"
|
||||||
" border-bottom:1px solid rgba(25,25,25,75%);\n"
|
" border-bottom:1px solid rgba(25,25,25,75%);\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
|
"QTextEdit, LogTextEdit {\n"
|
||||||
|
" background-color:rgb(25,25,25);\n"
|
||||||
|
"}\n"
|
||||||
|
"QSpinBox, QCheckBox {\n"
|
||||||
|
" background-color:rgb(25,25,25);\n"
|
||||||
|
"}\n"
|
||||||
|
"QCheckBox:checked, QCheckBox:unchecked {\n"
|
||||||
|
" background-color:rgb(53,53,53);\n"
|
||||||
|
"}\n"
|
||||||
|
"QDialog#shaderParamsDialog {\n"
|
||||||
|
" background-color:rgb(25,25,25);\n"
|
||||||
|
"}\n"
|
||||||
|
"QDialog#shaderParamsDialog QGroupBox, QDialog#shaderParamsDialog QGroupBox QLabel,\n"
|
||||||
|
"QDialog#shaderParamsDialog QGroupBox QSlider, QDialog#shaderParamsDialog QGroupBox QCheckBox:checked,\n"
|
||||||
|
"QDialog#shaderParamsDialog QGroupBox QCheckBox:unchecked {\n"
|
||||||
|
" background-color:rgb(53,53,53);\n"
|
||||||
|
"}\n"
|
||||||
|
"QDialog#shaderParamsDialog QGroupBox {\n"
|
||||||
|
" border-top-left-radius: 0px;\n"
|
||||||
|
"}\n"
|
||||||
|
"QDialog#shaderParamsDialog QGroupBox::title {\n"
|
||||||
|
" margin-left:0px;\n"
|
||||||
|
" min-height:28px;\n"
|
||||||
|
" padding:4px 10px;\n"
|
||||||
|
" background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgb(53,53,53),stop:1 rgba(125,125,125,127));\n"
|
||||||
|
" border:1px solid rgba(25,25,25,75);\n"
|
||||||
|
" border-top:1px solid rgba(175,175,175,50%);\n"
|
||||||
|
" border-bottom: none transparent;\n"
|
||||||
|
"}\n"
|
||||||
"QToolTip {\n"
|
"QToolTip {\n"
|
||||||
" color:white;\n"
|
" color:white;\n"
|
||||||
" background-color:rgb(53,53,53);\n"
|
" background-color:rgb(53,53,53);\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user