// Reset Bootstrap for backward compatibility
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,4 @@
|
||||
|
||||
.path_bar {display:none;}
|
||||
#notifs_icon_wrapper {float: left;position: relative;margin:15px 10px 0; width:90px;}
|
||||
.notifs { float: left;position: relative;cursor: pointer;margin:0; padding:5px; width: 18px;height: 16px;}
|
||||
#orders_notif {background: url('../img/notif_order.png') no-repeat center top;}
|
||||
#customers_notif {background: url('../img/notif_customer.png') no-repeat center top;}
|
||||
#messages_notif {background: url('../img/notif_message.png') no-repeat center top;}
|
||||
#orders_notif.open_notifs,
|
||||
#customers_notif.open_notifs,
|
||||
#messages_notif.open_notifs { background-color: #FFFFFF;border: 1px solid #000000; position: relative; display: block; background-position:center bottom; }
|
||||
|
||||
/*toolbarBox*/
|
||||
.toolbarBox { background-color: #F8F8F8; border: 1px solid #CCCCCC; margin-bottom:10px; padding: 10px 0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
|
||||
|
||||
@@ -5657,7 +5657,7 @@ body.fixed-top {
|
||||
background-color: #d7e9f2; }
|
||||
.page-sidebar > ul > li > a {
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
color: #777777;
|
||||
display: block;
|
||||
padding: 8px 0 8px 15px;
|
||||
@@ -5671,8 +5671,9 @@ body.fixed-top {
|
||||
padding: 0;
|
||||
border-bottom: 1px solid #cccccc; }
|
||||
.page-sidebar > ul > li ul li a {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
padding: 5px 0 5px 40px;
|
||||
padding: 3px 0 3px 40px;
|
||||
border: none;
|
||||
border-bottom: 1px solid #f6f6f6; }
|
||||
.page-sidebar > ul li:not(.active) ul {
|
||||
|
||||
Reference in New Issue
Block a user