mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 16:54:49 +02:00
Update styles for modern skin: change navbar and footer background colors, adjust box shadows and borders for better visibility in dark mode.
This commit is contained in:
parent
b7cd9c63fb
commit
e50d7f901d
2 changed files with 21 additions and 8 deletions
2
ui/ui/styles/modern-AdminLTE.min.css
vendored
2
ui/ui/styles/modern-AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@ body {
|
|||
}
|
||||
|
||||
.modern-skin-dark .main-header .navbar {
|
||||
background: rgb(28 36 52);
|
||||
background: rgb(251, 251, 251);
|
||||
}
|
||||
|
||||
.modern-skin-dark .main-sidebar .sidebar {
|
||||
|
@ -26,6 +26,14 @@ body {
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.modern-skin-dark .main-header .navbar .navbar-custom-menu>.navbar-nav>li>a {
|
||||
color: #337ab7;
|
||||
}
|
||||
|
||||
.modern-skin-dark .main-header .navbar>a {
|
||||
color: #337ab7;
|
||||
}
|
||||
|
||||
.modern-skin-dark .main-sidebar {
|
||||
background-color: rgb(28 36 52);
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
||||
|
@ -103,7 +111,7 @@ body {
|
|||
}
|
||||
|
||||
.main-footer {
|
||||
background: rgb(28 36 52);
|
||||
background: #ffffff;
|
||||
padding: 15px;
|
||||
color: rgb(100 116 139);
|
||||
border-top: 1px solid #d2d6de;
|
||||
|
@ -175,15 +183,20 @@ body {
|
|||
}
|
||||
|
||||
.content .row [class*=col-] .box {
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
||||
box-shadow: 0px 4px 30px rgba(221, 224, 255, .54);
|
||||
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
|
||||
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
|
||||
-webkit-border-radius: 1px !important;
|
||||
-moz-border-radius: 1px !important;
|
||||
-ms-border-radius: 1px !important;
|
||||
border: 1px solid #7f00ff;
|
||||
border-radius: 15px !important;
|
||||
border-color: rgba(221, 224, 255, .54);
|
||||
}
|
||||
|
||||
.dark-mode .content .row [class*=col-] .box {
|
||||
-webkit-border-radius: 1px !important;
|
||||
-moz-border-radius: 1px !important;
|
||||
-ms-border-radius: 1px !important;
|
||||
border: 2px solid;
|
||||
border-radius: 15px !important;
|
||||
border-color: #4a5568;
|
||||
}
|
||||
|
||||
.box.box-solid.box-primary>.box-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue