Skip to content

Commit

Permalink
[Gui] Improved status clarity in AddonManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Syres916 authored Dec 31, 2024
1 parent e977eb4 commit 6c79d91
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/Gui/Stylesheets/FreeCAD Dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,17 @@ QTreeView::branch#groupsTreeView:has-siblings:!adjoins-item {
border-image: none;
}

/*==================================================================================================
AddonManager packge list
==================================================================================================*/

QLabel[objectName="labelStatus"] {
color: #4a9af4;
font-weight: bold;
background-color: transparent;
}


/*==================================================================================================
Start page
==================================================================================================*/
Expand Down Expand Up @@ -2809,4 +2820,4 @@ QTreeView::item:!selected:hover#groupsTreeView {
color: white;
background-color: @ThemeAccentColor1;
margin-left:-8px;
} */
} */
12 changes: 11 additions & 1 deletion src/Gui/Stylesheets/FreeCAD Light.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2765,6 +2765,16 @@ QTreeView::branch#groupsTreeView:has-siblings:!adjoins-item {
border-image: none;
}

/*==================================================================================================
AddonManager packge list
==================================================================================================*/

QLabel[objectName="labelStatus"] {
color: #28529d;
font-weight: bold;
background-color: transparent;
}

/*==================================================================================================
Start page
==================================================================================================*/
Expand Down Expand Up @@ -2805,4 +2815,4 @@ QTreeView::item:!selected:hover#groupsTreeView {
color: white;
background-color: @ThemeAccentColor1;
margin-left:-8px;
} */
} */

0 comments on commit 6c79d91

Please sign in to comment.