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:
commit
ae550df078
@ -217,7 +217,7 @@ class User
|
|||||||
])
|
])
|
||||||
->left_outer_join('tbl_plans', ['tbl_plans.id', '=', 'tbl_user_recharges.plan_id'])
|
->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'])
|
->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)
|
->where('customer_id', $id)
|
||||||
->find_many();
|
->find_many();
|
||||||
return $d;
|
return $d;
|
||||||
|
@ -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 */
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{if $abills && count($abills)>0}
|
{if $abills && count($abills)>0}
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
|
@ -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)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user