We added bold to sidebar, we want your opinion if it looks good or we should remove it.

Please if you dont like the bold feature kindly report it
This commit is contained in:
Focuslinkstech 2024-09-06 13:19:23 +01:00 committed by GitHub
parent f8351e46f6
commit 0fec69df89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 157 additions and 1 deletions

View File

@ -241,6 +241,25 @@
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.content-header>h1 {
font-weight: bold;
}
.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
font-weight: bold;
}
.modern-skin-dark .main-sidebar .sidebar .sidebar-menu li>a {
font-weight: bold;
}
.main-header .logo .logo-lg {
font-weight: bold;
}
/* Search Bar Start Here */ /* Search Bar Start Here */
.wrap { .wrap {
width: 30%; width: 30%;
@ -973,6 +992,59 @@
border: 1px solid rgba(221, 224, 255, .54); border: 1px solid rgba(221, 224, 255, .54);
} }
.dark-mode .modern-skin-dark .main-sidebar .sidebar .sidebar-menu li>a {
font-weight: bold;
}
.dark-mode .content-header>h1 {
font-weight: bold;
}
.dark-mode .box-header>.fa,
.dark-mode .box-header>.glyphicon,
.dark-mode .box-header>.ion,
.dark-mode .box-header .box-title {
font-weight: bold;
}
.dark-mode .content-header>h2 {
font-weight: bold;
}
.dark-mode .main-header .logo .logo-lg {
font-weight: bold;
}
.dark-mode .modal-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
border: 0;
background: #1a202c;
}
.dark-mode .modal-header {
padding: 15px;
border-bottom: 1px solid rgba(221, 224, 255, .54);
min-height: 16.428571429px;
background-color: #1a202c;
color: inherit;
}
.dark-mode .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.dark-mode .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.dark-mode .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
background: #1a202c !important;
color: inherit !important;
}
.dark-mode .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
background-color: #1a202c;
}
/* Dark Mode - Select2 Dropdown ends here */ /* Dark Mode - Select2 Dropdown ends here */
/* dark mode styles start ends here */ /* dark mode styles start ends here */

View File

@ -249,6 +249,25 @@
box-shadow: 0px 4px 30px rgba(221, 224, 255, .54); box-shadow: 0px 4px 30px rgba(221, 224, 255, .54);
} }
.modern-skin-dark .main-sidebar .sidebar .sidebar-menu li>a {
font-weight: bold;
}
.content-header>h1 {
font-weight: bold;
}
.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
font-weight: bold;
}
.main-header .logo .logo-lg {
font-weight: bold;
}
/* New Customize Interface End Here */ /* New Customize Interface End Here */
::-moz-selection { ::-moz-selection {
@ -563,7 +582,7 @@
} }
.dark-mode .box.box-solid.box-primary>.box-header { .dark-mode .box.box-solid.box-primary>.box-header {
color: inherit; color: #fff;
background-color: inherit; background-color: inherit;
border-color: rgba(221, 224, 255, .54); border-color: rgba(221, 224, 255, .54);
border-top-left-radius: 45px; border-top-left-radius: 45px;
@ -675,6 +694,71 @@
-webkit-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; transition: all .5s ease-in-out;
} }
.dark-mode .modern-skin-dark .main-sidebar .sidebar .sidebar-menu li>a {
font-weight: bold;
}
.dark-mode .content-header>h1 {
font-weight: bold;
}
.dark-mode .box-header>.fa,
.dark-mode .box-header>.glyphicon,
.dark-mode .box-header>.ion,
.dark-mode .box-header .box-title {
font-weight: bold;
}
.dark-mode .content-header>h2 {
font-weight: bold;
}
.dark-mode .main-header .logo .logo-lg {
font-weight: bold;
}
.dark-mode .modal-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
border: 0;
background: #1a202c;
}
.dark-mode .modal-header {
padding: 15px;
border-bottom: 1px solid rgba(221, 224, 255, .54);
min-height: 16.428571429px;
background-color: #1a202c;
color: inherit;
}
.dark-mode .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.dark-mode .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.dark-mode .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
display: block;
white-space: nowrap;
border-bottom: 1px solid rgba(221, 224, 255, .54);
background: #1a202c;
color: inherit;
}
.dark-mode .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.dark-mode .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.dark-mode .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
background: #1a202c !important;
color: inherit !important;
}
.dark-mode .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
background-color: #1a202c;
}
</style> </style>
{if isset($xheader)} {if isset($xheader)}