File tree Expand file tree Collapse file tree 4 files changed +296
-458
lines changed
api/src/main/resources/templates Expand file tree Collapse file tree 4 files changed +296
-458
lines changed Original file line number Diff line number Diff line change 1- SENTRIUS_VERSION = 1.1.345
1+ SENTRIUS_VERSION = 1.1.361
22SENTRIUS_SSH_VERSION = 1.1.41
33SENTRIUS_KEYCLOAK_VERSION = 1.1.53
44SENTRIUS_AGENT_VERSION = 1.1.42
Original file line number Diff line number Diff line change 1- SENTRIUS_VERSION=1.1.345
1+ SENTRIUS_VERSION=1.1.361
22SENTRIUS_SSH_VERSION=1.1.41
33SENTRIUS_KEYCLOAK_VERSION=1.1.53
44SENTRIUS_AGENT_VERSION=1.1.42
Original file line number Diff line number Diff line change 6969 margin : 0 ; /* Remove outer margin */
7070 padding : 5px 10px ; /* Adjust padding to desired amount */
7171 }
72+
73+ /* Sidebar-specific nav pills */
74+ # menu .nav-pills .nav-link {
75+ background : transparent;
76+ color : # adb5bd ;
77+ border-radius : 8px ;
78+ padding : .65rem .9rem ;
79+ width : 100% ;
80+ text-align : left;
81+ }
82+
83+ # menu .nav-pills .nav-link .active {
84+ background-color : # 0d6efd ; /* blue highlight */
85+ color : # fff ;
86+ }
87+
88+ /* Only affect page-content pills, not sidebar */
89+ .main-content .nav-pills .nav-link {
90+ background : var (--surface-2 );
91+ color : var (--muted );
92+ border-radius : 999px ;
93+ }
94+
95+ .main-content .nav-pills .nav-link .active {
96+ background : var (--primary );
97+ color : # fff ;
98+ }
99+
72100 </ style >
73101
74102 < script th:inline ="javascript ">
You can’t perform that action at this time.
0 commit comments