Changed background color for selected items & link color.

This commit is contained in:
Adityarup Laha 2017-10-20 11:09:10 +05:30 committed by GitHub
parent 2d2eb1aaef
commit bcfd075b00

View File

@ -314,7 +314,7 @@ QAbstractItemView
QWidget:focus, QMenuBar:focus
{
border: 1px solid #3daee9;
border: 1px solid #B22222;
}
QTabWidget:focus, QCheckBox:focus, QRadioButton:focus, QSlider:focus
@ -740,6 +740,12 @@ QLabel
border: 0px solid black;
}
QLabel::web_token_info_link,QLabel::web_signup_link
{
color: #FFD700;
border: 0px solid black;
}
QTabWidget{
border: 0px transparent black;
}