forked from qt-creator/qt-creator
QmlDesigner: reorder css lines
No behavior change Change-Id: Ib05d9a369d5cba0132636efdccfea873890027b5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
@@ -21,22 +21,11 @@ QStackedWidget {
|
|||||||
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QGraphicsView {
|
QGraphicsView {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabWidget {
|
|
||||||
border: 0px;
|
|
||||||
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTabWidget::pane { /* The tab widget frame */
|
|
||||||
border: 0px;
|
|
||||||
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
QLineEdit#itemLibrarySearchInput
|
QLineEdit#itemLibrarySearchInput
|
||||||
{
|
{
|
||||||
color: creatorTheme.PanelTextColorLight;
|
color: creatorTheme.PanelTextColorLight;
|
||||||
@@ -70,21 +59,30 @@ QLineEdit#itemLibrarySearchInput
|
|||||||
selection-color: #404040;
|
selection-color: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTabWidget {
|
||||||
|
border: 0px;
|
||||||
|
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTabWidget::pane { /* The tab widget frame */
|
||||||
|
border: 0px;
|
||||||
|
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
border-image: none;
|
|
||||||
|
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
|
||||||
|
border-image: none;
|
||||||
|
background-color: creatorTheme.QmlDesignerTabDark;
|
||||||
|
color: creatorTheme.QmlDesignerTabLight;
|
||||||
|
|
||||||
margin-top: 0x;
|
margin-top: 0x;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
background-color: creatorTheme.QmlDesignerTabDark;
|
|
||||||
|
|
||||||
color: creatorTheme.QmlDesignerTabLight;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:selected {
|
QTabBar::tab:selected {
|
||||||
|
Reference in New Issue
Block a user