Unified border-radius to 4px.

Changed border inputs to 2px.
This commit is contained in:
Yeison 2021-05-14 21:00:18 -05:00
parent 3590d89f89
commit 0b3e5de769

View File

@ -78,7 +78,7 @@ QLineEdit,
QPushButton {
color: {{primaryColor}};
background-color: {{secondaryDarkColor}};
border: 1px solid {{primaryColor}};
border: 2px solid {{primaryColor}};
border-radius: 4px;
padding: 8px 16px ;
height: 18px;
@ -178,7 +178,7 @@ QComboBox::down-arrow:disabled {
QComboBox QAbstractItemView {
background-color: {{secondaryColor}};
border: 2px solid {{secondaryLightColor}};
border-radius: 2px;
border-radius: 4px;
}
QComboBox[frame='false'] {
@ -397,7 +397,6 @@ QGroupBox::title {
background-color: {{secondaryDarkColor}};
background-color: transparent;
height: 20px;
border-radius: 8px;
}
/* ------------------------------------------------------------------------ */
@ -626,7 +625,7 @@ QCalendarWidget QMenu,
QMenu {
background-color: {{secondaryColor}};
border: 2px solid {{secondaryLightColor}};
border-radius: 2px;
border-radius: 4px;
margin-top: 3px;
}
@ -708,7 +707,7 @@ QToolBox::tab {
color: {{secondaryTextColor}};
padding-left: 15px;
text-transform: uppercase;
border-radius: 2px;
border-radius: 4px;
}
QToolBox::tab:hover {
@ -1104,7 +1103,6 @@ QHeaderView::section {
padding: 0 20px;
height: 35px;
border-radius: 0px;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: {{secondaryDarkColor}};
@ -1119,7 +1117,7 @@ QLCDNumber {
color: {{primaryColor}};
background-color:{{primaryColor|opacity(0.1)}};
border: 1px solid {{primaryColor|opacity(0.3)}};
border-radius: 2px;
border-radius: 4px;
}
/* ------------------------------------------------------------------------ */
@ -1157,7 +1155,7 @@ QListView QLineEdit {
QToolTip {
padding: 5px;
border: 1px solid {{secondaryDarkColor}};
border-radius: 2px;
border-radius: 4px;
color: {{secondaryTextColor}};
background-color: {{secondaryLightColor}};
}