forked from qt-creator/qt-creator
QmlDesigner: Remove border radius from .css
This is more consistent with the new flat style and the QML styling. Change-Id: I750620227dc0b79a6518dcef9cfb86986a09cef4 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -40,7 +40,6 @@ QTabWidget::pane { /* The tab widget frame */
|
|||||||
QLineEdit
|
QLineEdit
|
||||||
{
|
{
|
||||||
border: 2px solid #8F8F8F;
|
border: 2px solid #8F8F8F;
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
selection-background-color: darkgray;
|
selection-background-color: darkgray;
|
||||||
@@ -51,7 +50,6 @@ QLineEdit#itemLibrarySearchInput
|
|||||||
color: white;
|
color: white;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border: 2px solid #0F0F0F;
|
border: 2px solid #0F0F0F;
|
||||||
border-radius: 6px;
|
|
||||||
border-width: 1;
|
border-width: 1;
|
||||||
max-height: 20px;
|
max-height: 20px;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
@@ -107,7 +107,6 @@ QHeaderView::section {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
color: #cacaca;
|
color: #cacaca;
|
||||||
border-radius: 2px;
|
|
||||||
margin: 2px
|
margin: 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,7 +168,6 @@ QSpinBox
|
|||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
border: 2px solid #0F0F0F;
|
border: 2px solid #0F0F0F;
|
||||||
border-radius: 6px;
|
|
||||||
border-width: 1;
|
border-width: 1;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #2c2c2c, stop: 1 #333333);
|
stop: 0 #2c2c2c, stop: 1 #333333);
|
||||||
@@ -186,7 +184,6 @@ QSpinBox
|
|||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
border: 2px solid #0F0F0F;
|
border: 2px solid #0F0F0F;
|
||||||
border-radius: 6px;
|
|
||||||
border-width: 1;
|
border-width: 1;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #2c2c2c, stop: 1 #333333);
|
stop: 0 #2c2c2c, stop: 1 #333333);
|
||||||
@@ -310,7 +307,6 @@ QLineEdit
|
|||||||
color: white;
|
color: white;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border: 2px solid #0F0F0F;
|
border: 2px solid #0F0F0F;
|
||||||
border-radius: 6px;
|
|
||||||
border-width: 1;
|
border-width: 1;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
Reference in New Issue
Block a user