mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-13 16:42:56 +08:00
Unified border-radius to 4px.
Changed border inputs to 2px.
This commit is contained in:
parent
3590d89f89
commit
0b3e5de769
@ -78,7 +78,7 @@ QLineEdit,
|
|||||||
QPushButton {
|
QPushButton {
|
||||||
color: {{primaryColor}};
|
color: {{primaryColor}};
|
||||||
background-color: {{secondaryDarkColor}};
|
background-color: {{secondaryDarkColor}};
|
||||||
border: 1px solid {{primaryColor}};
|
border: 2px solid {{primaryColor}};
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 8px 16px ;
|
padding: 8px 16px ;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@ -178,7 +178,7 @@ QComboBox::down-arrow:disabled {
|
|||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background-color: {{secondaryColor}};
|
background-color: {{secondaryColor}};
|
||||||
border: 2px solid {{secondaryLightColor}};
|
border: 2px solid {{secondaryLightColor}};
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox[frame='false'] {
|
QComboBox[frame='false'] {
|
||||||
@ -397,7 +397,6 @@ QGroupBox::title {
|
|||||||
background-color: {{secondaryDarkColor}};
|
background-color: {{secondaryDarkColor}};
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -626,7 +625,7 @@ QCalendarWidget QMenu,
|
|||||||
QMenu {
|
QMenu {
|
||||||
background-color: {{secondaryColor}};
|
background-color: {{secondaryColor}};
|
||||||
border: 2px solid {{secondaryLightColor}};
|
border: 2px solid {{secondaryLightColor}};
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -708,7 +707,7 @@ QToolBox::tab {
|
|||||||
color: {{secondaryTextColor}};
|
color: {{secondaryTextColor}};
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBox::tab:hover {
|
QToolBox::tab:hover {
|
||||||
@ -1104,7 +1103,6 @@ QHeaderView::section {
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-color: {{secondaryDarkColor}};
|
border-color: {{secondaryDarkColor}};
|
||||||
@ -1119,7 +1117,7 @@ QLCDNumber {
|
|||||||
color: {{primaryColor}};
|
color: {{primaryColor}};
|
||||||
background-color:{{primaryColor|opacity(0.1)}};
|
background-color:{{primaryColor|opacity(0.1)}};
|
||||||
border: 1px solid {{primaryColor|opacity(0.3)}};
|
border: 1px solid {{primaryColor|opacity(0.3)}};
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -1157,7 +1155,7 @@ QListView QLineEdit {
|
|||||||
QToolTip {
|
QToolTip {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid {{secondaryDarkColor}};
|
border: 1px solid {{secondaryDarkColor}};
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
color: {{secondaryTextColor}};
|
color: {{secondaryTextColor}};
|
||||||
background-color: {{secondaryLightColor}};
|
background-color: {{secondaryLightColor}};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user