|
@@ -30,7 +30,7 @@
|
|
&.box-default {
|
|
&.box-default {
|
|
border-top-color: @gray;
|
|
border-top-color: @gray;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
// collapsed mode
|
|
// collapsed mode
|
|
&.collapsed-box {
|
|
&.collapsed-box {
|
|
.box-body,
|
|
.box-body,
|
|
@@ -38,7 +38,7 @@
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.nav-stacked {
|
|
.nav-stacked {
|
|
> li {
|
|
> li {
|
|
border-bottom: 1px solid @box-border-color;
|
|
border-bottom: 1px solid @box-border-color;
|
|
@@ -74,7 +74,7 @@
|
|
.btn.btn-default {
|
|
.btn.btn-default {
|
|
background: transparent;
|
|
background: transparent;
|
|
}
|
|
}
|
|
- .btn,
|
|
|
|
|
|
+ .btn,
|
|
a {
|
|
a {
|
|
&:hover {
|
|
&:hover {
|
|
background: rgba(0,0,0,0.1)!important;
|
|
background: rgba(0,0,0,0.1)!important;
|
|
@@ -105,7 +105,7 @@
|
|
> .box-header > .box-tools .btn {
|
|
> .box-header > .box-tools .btn {
|
|
border: 0;
|
|
border: 0;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
|
|
// Fix font color for tiles
|
|
// Fix font color for tiles
|
|
&[class*='bg'] {
|
|
&[class*='bg'] {
|
|
@@ -132,7 +132,10 @@
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
margin-bottom: 0.3em;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
}
|
|
|
|
+}
|
|
|
|
|
|
|
|
+.box,
|
|
|
|
+.overlay-wrapper {
|
|
// Box overlay for LOADING STATE effect
|
|
// Box overlay for LOADING STATE effect
|
|
> .overlay,
|
|
> .overlay,
|
|
> .loading-img {
|
|
> .loading-img {
|
|
@@ -161,7 +164,6 @@
|
|
.overlay.dark {
|
|
.overlay.dark {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
//Add clearfix to header, body and footer
|
|
//Add clearfix to header, body and footer
|
|
@@ -172,7 +174,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
//Box header
|
|
//Box header
|
|
-.box-header {
|
|
|
|
|
|
+.box-header {
|
|
color: #444;
|
|
color: #444;
|
|
display: block;
|
|
display: block;
|
|
padding: @box-padding;
|
|
padding: @box-padding;
|
|
@@ -244,7 +246,7 @@
|
|
// Tables within the box body
|
|
// Tables within the box body
|
|
> .table {
|
|
> .table {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
|
|
// Calendar within the box body
|
|
// Calendar within the box body
|
|
.fc {
|
|
.fc {
|