mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Style tweaks + misc fixes
This commit is contained in:
		| @@ -24,7 +24,8 @@ html[data-bs-theme="dark"] .card-footer { | ||||
|  | ||||
| html[data-bs-theme="dark"] .card-body, | ||||
| html[data-bs-theme="dark"] .card-footer, | ||||
| html[data-bs-theme="dark"] .info-item-xs { | ||||
| html[data-bs-theme="dark"] .info-item-xs, | ||||
| html[data-bs-theme="dark"] .table>:not(caption)>*>* { | ||||
|   color: var(--bs-secondary); | ||||
| } | ||||
|  | ||||
| @@ -35,7 +36,12 @@ html[data-bs-theme="dark"] .sb-topnav.navbar { | ||||
|  | ||||
| html[data-bs-theme="dark"] .sb-topnav.navbar, | ||||
| html[data-bs-theme="dark"] .sb-topnav.navbar a { | ||||
|   color: var(--bs-light) !important; | ||||
|   color: var(--raspap-theme-color) !important; | ||||
| } | ||||
|  | ||||
| html[data-bs-theme="dark"] .sb-topnav.navbar a:hover, | ||||
| html[data-bs-theme="dark"] .sb-topnav.navbar a:focus { | ||||
|   color: var(--raspap-theme-darker) !important; | ||||
| } | ||||
|  | ||||
| html[data-bs-theme="dark"] .sb-topnav.navbar { | ||||
|   | ||||
| @@ -99,7 +99,7 @@ initializeApp(); | ||||
|     <!-- End of Navbar --> | ||||
|     <div id="layoutSidenav"> | ||||
|       <div id="layoutSidenav_nav"> | ||||
|         <nav class="sb-sidenav accordion sb-sidenav-light id="sidenavAccordion"> | ||||
|         <nav class="sb-sidenav accordion sb-sidenav-light" id="sidenavAccordion"> | ||||
|           <div class="sb-sidenav-menu"> | ||||
|             <div class="nav"> | ||||
|               <!-- Sidebar --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user