themes improved

This commit is contained in:
Zira project 2020-11-01 17:08:23 +05:00
parent c462ab8904
commit 1c5754c650
4 changed files with 27 additions and 3 deletions

View file

@ -233,7 +233,7 @@ QLineEdit#fileBrowserPathLine
QPushButton
{
color: #e5e8ea;
background-color: #383a3c;
background-color: #2c2e2f;
border: 1px solid #444;
border-radius: 3;
padding: 5px 10px 5px 10px;
@ -258,12 +258,12 @@ QPushButton#gitTabPushButton
QPushButton:hover
{
border: 1px solid #4d5052;
background: #55595c;
background: #4d5052;
}
QPushButton:focus
{
background-color: #55595c;
background-color: #4d5052;
}
QPushButton:pressed
@ -937,10 +937,13 @@ QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
background-color: none;
border: none;
border-radius: 0px;
width: 12px;
height: 12px;
}
QRadioButton::indicator:checked
{
/*
background: qradialgradient(
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
@ -948,6 +951,8 @@ QRadioButton::indicator:checked
stop: 0.25 #0089ff,
stop: 0.3 transparent
);
*/
image: url(:/styles/dark/ok.png);
}
QRadioButton::indicator:unchecked
@ -956,6 +961,7 @@ QRadioButton::indicator:unchecked
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
radius: 1.0,
stop: 0.0 transparent,
stop: 0.25 #90989a,
stop: 0.3 transparent
);

View file

@ -940,10 +940,13 @@ QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
background-color: none;
border: none;
border-radius: 0px;
width: 12px;
height: 12px;
}
QRadioButton::indicator:checked
{
/*
background: qradialgradient(
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
@ -951,6 +954,8 @@ QRadioButton::indicator:checked
stop: 0.25 #2b85ff,
stop: 0.3 transparent
);
*/
image: url(:/styles/light/ok.png);
}
QRadioButton::indicator:unchecked
@ -959,6 +964,7 @@ QRadioButton::indicator:unchecked
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
radius: 1.0,
stop: 0.0 transparent,
stop: 0.25 #90989a,
stop: 0.3 transparent
);

View file

@ -938,10 +938,13 @@ QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
background-color: none;
border: none;
border-radius: 0px;
width: 12px;
height: 12px;
}
QRadioButton::indicator:checked
{
/*
background: qradialgradient(
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
@ -949,6 +952,8 @@ QRadioButton::indicator:checked
stop: 0.25 #0089ff,
stop: 0.3 transparent
);
*/
image: url(:/styles/dark/ok.png);
}
QRadioButton::indicator:unchecked
@ -957,6 +962,7 @@ QRadioButton::indicator:unchecked
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
radius: 1.0,
stop: 0.0 transparent,
stop: 0.25 #90989a,
stop: 0.3 transparent
);

View file

@ -939,10 +939,13 @@ QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
background-color: none;
border: none;
border-radius: 0px;
width: 12px;
height: 12px;
}
QRadioButton::indicator:checked
{
/*
background: qradialgradient(
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
@ -950,6 +953,8 @@ QRadioButton::indicator:checked
stop: 0.25 #2b85ff,
stop: 0.3 transparent
);
*/
image: url(:/styles/light/ok.png);
}
QRadioButton::indicator:unchecked
@ -958,6 +963,7 @@ QRadioButton::indicator:unchecked
cx: 0.5, cy: 0.5,
fx: 0.5, fy: 0.5,
radius: 1.0,
stop: 0.0 transparent,
stop: 0.25 #90989a,
stop: 0.3 transparent
);