mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
adde more transparency
This commit is contained in:
parent
43d2a70d0d
commit
34416f46dd
1 changed files with 6 additions and 5 deletions
|
|
@ -11,15 +11,18 @@ QCheckBox::indicator:focus {
|
|||
color: #ff0000;
|
||||
}
|
||||
|
||||
QLineEdit, QSpinBox, QDoubleSpinBox, QPlainTextEdit {
|
||||
QLineEdit, QSpinBox, QDoubleSpinBox, QPlainTextEdit, QTextEdit {
|
||||
border: 1px solid #aaaaaa;
|
||||
border-radius: 3px;
|
||||
background: #1d272f;
|
||||
background-color: #1d272f;
|
||||
}
|
||||
|
||||
QLineEdit:focus, QSpinBox:focus, QDoubleSpinBox:focus, QPlainTextEdit:focus {
|
||||
QLineEdit:focus, QSpinBox:focus, QDoubleSpinBox:focus, QPlainTextEdit:focus, QTextEdit:focus {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
QLabel, QToolButton {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QLabel[state="modified"] {
|
||||
color: #137cbd;
|
||||
|
|
@ -61,7 +64,6 @@ QPushButton[btn-type="text-list"]:hover {
|
|||
}
|
||||
|
||||
QPushButton[btn-type="expand-toggle"] {
|
||||
background: transparent;
|
||||
background: #1d272f;
|
||||
}
|
||||
|
||||
|
|
@ -94,7 +96,6 @@ QPushButton[btn-type="expand-toggle"] {
|
|||
}
|
||||
|
||||
#DictLabel {
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue