Merge pull request #293 from Focuslinkstech/Development

We added bold to sidebar, we want your opinion if it looks good or we…
This commit is contained in:
iBNu Maksum 2024-09-06 20:16:27 +07:00 committed by GitHub
commit ae550df078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 159 additions and 3 deletions

View file

@ -217,7 +217,7 @@ class User
])
->left_outer_join('tbl_plans', ['tbl_plans.id', '=', 'tbl_user_recharges.plan_id'])
->left_outer_join('tbl_bandwidth', ['tbl_bandwidth.id', '=', 'tbl_plans.id_bw'])
->select('tbl_bandwidth.*')
->select('tbl_bandwidth.name_bw', 'name_bw')
->where('customer_id', $id)
->find_many();
return $d;

View file

@ -241,6 +241,25 @@
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 */
.wrap {
width: 30%;
@ -973,6 +992,59 @@
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 styles start ends here */

View file

@ -111,7 +111,7 @@
</td>
</tr>
{/if}
</table>
</table> &nbsp;&nbsp;
</div>
{if $abills && count($abills)>0}
<div class="box-header">

View file

@ -249,6 +249,25 @@
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 */
::-moz-selection {
@ -563,7 +582,7 @@
}
.dark-mode .box.box-solid.box-primary>.box-header {
color: inherit;
color: #fff;
background-color: inherit;
border-color: rgba(221, 224, 255, .54);
border-top-left-radius: 45px;
@ -675,6 +694,71 @@
-webkit-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>
{if isset($xheader)}