Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
fix for v1.7
  • Loading branch information
andeon authored May 10, 2023
1 parent 9417237 commit 1a72aba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Blender/Blender.qss
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #282828;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down
2 changes: 1 addition & 1 deletion CSP/CSP.qss
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #58585c;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down
2 changes: 1 addition & 1 deletion Godot/Godot.qss
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #2b3243;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down
12 changes: 6 additions & 6 deletions Harlequin/Harlequin.qss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ QTabBar::tab:last {
border-top-right-radius: 2;
}
.tab-round:first,
QTabBar::tab:first {
QTabBar::tab:first {
border-top-left-radius: 2;
}
/* -----------------------------------------------------------------------------
Expand Down Expand Up @@ -700,7 +700,7 @@ QTabBar QToolButton:pressed {
border-color: #aeaeae;
}
QTabBar QToolButton:disabled {
color: rgba(0, 0, 0, 0.4);
color: rgba(0, 0, 0, 0.4);
}
#TabBarContainer {
background-color: #cacaca;
Expand Down Expand Up @@ -841,7 +841,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #ebebeb;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down Expand Up @@ -1371,7 +1371,7 @@ StyledTreeView {
Scene Cast
----------------------------------------------------------------------------- */
#SceneCast QToolBar {
border-top: 1 solid #aeaeae;
border-top: 1px solid #aeaeae;
}
#SceneCast QToolBar::separator:horizontal {
margin-left: 2;
Expand Down Expand Up @@ -2087,7 +2087,7 @@ QToolBar#WidePaddingToolBar QToolButton {
border-right: 1px solid #b1b1b1;
border-bottom: 0;
max-width: 18;
border-top-right-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 8px ;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 6px;
Expand Down Expand Up @@ -2493,7 +2493,7 @@ QSplitter::handle:vertical {
}

QMenuBar::item:selected {
border: 1 solid #7E7E7E;
border: 1px solid #7E7E7E;
background: qlineargradient(x1:1, y1:0, x2:1, y2:1,
stop:0 #EAEAEA, stop:1 #D2D2D2 );

Expand Down
2 changes: 1 addition & 1 deletion Softimage/Softimage.qss
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #908c8a;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down
2 changes: 1 addition & 1 deletion Tahoma/Tahoma.qss
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ QHeaderView::section {
}
QTreeWidget {
background-color: #3c3a3b;
border: 1 solid #111111;
border: 0;
}
/* -----------------------------------------------------------------------------
Push Button
Expand Down

0 comments on commit 1a72aba

Please sign in to comment.