diff --git a/qt_material/material.css.template b/qt_material/material.css.template index 1b8ff1c..e8516f7 100644 --- a/qt_material/material.css.template +++ b/qt_material/material.css.template @@ -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}}; }