mirror of https://github.com/ColorlibHQ/AdminLTE
Reformat code
parent
2f72188c28
commit
ee1782c007
|
@ -5,5 +5,6 @@
|
||||||
/nbproject/
|
/nbproject/
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
ad.js
|
||||||
TODO
|
TODO
|
||||||
test.html
|
test.html
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Mixins
|
// Mixins
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Utilities
|
// Utilities
|
||||||
@import "mixins/hide-text.less";
|
@import "mixins/hide-text.less";
|
||||||
@import "mixins/opacity.less";
|
@import "mixins/opacity.less";
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
@import "mixins/text-emphasis.less";
|
@import "mixins/text-emphasis.less";
|
||||||
@import "mixins/text-overflow.less";
|
@import "mixins/text-overflow.less";
|
||||||
@import "mixins/vendor-prefixes.less";
|
@import "mixins/vendor-prefixes.less";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
@import "mixins/alerts.less";
|
@import "mixins/alerts.less";
|
||||||
@import "mixins/buttons.less";
|
@import "mixins/buttons.less";
|
||||||
|
@ -25,12 +23,10 @@
|
||||||
@import "mixins/forms.less";
|
@import "mixins/forms.less";
|
||||||
@import "mixins/progress-bar.less";
|
@import "mixins/progress-bar.less";
|
||||||
@import "mixins/table-row.less";
|
@import "mixins/table-row.less";
|
||||||
|
|
||||||
// Skins
|
// Skins
|
||||||
@import "mixins/background-variant.less";
|
@import "mixins/background-variant.less";
|
||||||
@import "mixins/border-radius.less";
|
@import "mixins/border-radius.less";
|
||||||
@import "mixins/gradients.less";
|
@import "mixins/gradients.less";
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
@import "mixins/clearfix.less";
|
@import "mixins/clearfix.less";
|
||||||
@import "mixins/center-block.less";
|
@import "mixins/center-block.less";
|
||||||
|
|
|
@ -2,17 +2,20 @@
|
||||||
|
|
||||||
.border-top-radius(@radius) {
|
.border-top-radius(@radius) {
|
||||||
border-top-right-radius: @radius;
|
border-top-right-radius: @radius;
|
||||||
border-top-left-radius: @radius;
|
border-top-left-radius: @radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-right-radius(@radius) {
|
.border-right-radius(@radius) {
|
||||||
border-bottom-right-radius: @radius;
|
border-bottom-right-radius: @radius;
|
||||||
border-top-right-radius: @radius;
|
border-top-right-radius: @radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom-radius(@radius) {
|
.border-bottom-radius(@radius) {
|
||||||
border-bottom-right-radius: @radius;
|
border-bottom-right-radius: @radius;
|
||||||
border-bottom-left-radius: @radius;
|
border-bottom-left-radius: @radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-left-radius(@radius) {
|
.border-left-radius(@radius) {
|
||||||
border-bottom-left-radius: @radius;
|
border-bottom-left-radius: @radius;
|
||||||
border-top-left-radius: @radius;
|
border-top-left-radius: @radius;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
.open > .dropdown-toggle& {
|
.open > .dropdown-toggle& {
|
||||||
color: @color;
|
color: @color;
|
||||||
background-color: darken(@background, 10%);
|
background-color: darken(@background, 10%);
|
||||||
border-color: darken(@border, 12%);
|
border-color: darken(@border, 12%);
|
||||||
}
|
}
|
||||||
&:active,
|
&:active,
|
||||||
&.active,
|
&.active,
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
&:active,
|
&:active,
|
||||||
&.active {
|
&.active {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-color: @border;
|
border-color: @border;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,16 +14,16 @@
|
||||||
&.radio label,
|
&.radio label,
|
||||||
&.checkbox label,
|
&.checkbox label,
|
||||||
&.radio-inline label,
|
&.radio-inline label,
|
||||||
&.checkbox-inline label {
|
&.checkbox-inline label {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
// Set the border and box shadow on specific inputs to match
|
// Set the border and box shadow on specific inputs to match
|
||||||
.form-control {
|
.form-control {
|
||||||
border-color: @border-color;
|
border-color: @border-color;
|
||||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
|
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075)); // Redeclare so transitions work
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: darken(@border-color, 10%);
|
border-color: darken(@border-color, 10%);
|
||||||
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);
|
@shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px lighten(@border-color, 20%);
|
||||||
.box-shadow(@shadow);
|
.box-shadow(@shadow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Form control focus state
|
// Form control focus state
|
||||||
//
|
//
|
||||||
// Generate a customized focus state and for any input with the specified color,
|
// Generate a customized focus state and for any input with the specified color,
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea&,
|
textarea&,
|
||||||
select[multiple]& {
|
select[multiple] & {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12
|
background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12
|
||||||
background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
|
background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vertical gradient, from top to bottom
|
// Vertical gradient, from top to bottom
|
||||||
|
@ -19,11 +19,11 @@
|
||||||
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
||||||
// Color stops are not available in IE9 and below.
|
// Color stops are not available in IE9 and below.
|
||||||
.vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
|
.vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
|
||||||
background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+
|
background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+
|
||||||
background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12
|
background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12
|
||||||
background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
|
background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down
|
||||||
}
|
}
|
||||||
|
|
||||||
.directional(@start-color: #555; @end-color: #333; @deg: 45deg) {
|
.directional(@start-color: #555; @end-color: #333; @deg: 45deg) {
|
||||||
|
@ -37,14 +37,14 @@
|
||||||
background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);
|
background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);
|
||||||
background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);
|
background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
|
||||||
}
|
}
|
||||||
.vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {
|
.vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {
|
||||||
background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
||||||
background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
||||||
background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
|
||||||
}
|
}
|
||||||
.radial(@inner-color: #555; @outer-color: #333) {
|
.radial(@inner-color: #555; @outer-color: #333) {
|
||||||
background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);
|
background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);
|
||||||
|
|
|
@ -5,21 +5,24 @@
|
||||||
|
|
||||||
.make-grid-columns() {
|
.make-grid-columns() {
|
||||||
// Common styles for all sizes of grid columns, widths 1-12
|
// Common styles for all sizes of grid columns, widths 1-12
|
||||||
.col(@index) { // initial
|
.col(@index) {
|
||||||
|
// initial
|
||||||
@item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
|
@item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
|
||||||
.col((@index + 1), @item);
|
.col((@index + 1), @item);
|
||||||
}
|
}
|
||||||
.col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo
|
.col(@index, @list) when (@index =< @grid-columns) {
|
||||||
|
// general; "=<" isn't a typo
|
||||||
@item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
|
@item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
|
||||||
.col((@index + 1), ~"@{list}, @{item}");
|
.col((@index + 1), ~"@{list}, @{item}");
|
||||||
}
|
}
|
||||||
.col(@index, @list) when (@index > @grid-columns) { // terminal
|
.col(@index, @list) when (@index > @grid-columns) {
|
||||||
|
// terminal
|
||||||
@{list} {
|
@{list} {
|
||||||
position: relative;
|
position: relative;
|
||||||
// Prevent columns from collapsing when empty
|
// Prevent columns from collapsing when empty
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
// Inner gutter via padding
|
// Inner gutter via padding
|
||||||
padding-left: (@grid-gutter-width / 2);
|
padding-left: (@grid-gutter-width / 2);
|
||||||
padding-right: (@grid-gutter-width / 2);
|
padding-right: (@grid-gutter-width / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,15 +30,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-grid-columns(@class) {
|
.float-grid-columns(@class) {
|
||||||
.col(@index) { // initial
|
.col(@index) {
|
||||||
|
// initial
|
||||||
@item: ~".col-@{class}-@{index}";
|
@item: ~".col-@{class}-@{index}";
|
||||||
.col((@index + 1), @item);
|
.col((@index + 1), @item);
|
||||||
}
|
}
|
||||||
.col(@index, @list) when (@index =< @grid-columns) { // general
|
.col(@index, @list) when (@index =< @grid-columns) {
|
||||||
|
// general
|
||||||
@item: ~".col-@{class}-@{index}";
|
@item: ~".col-@{class}-@{index}";
|
||||||
.col((@index + 1), ~"@{list}, @{item}");
|
.col((@index + 1), ~"@{list}, @{item}");
|
||||||
}
|
}
|
||||||
.col(@index, @list) when (@index > @grid-columns) { // terminal
|
.col(@index, @list) when (@index > @grid-columns) {
|
||||||
|
// terminal
|
||||||
@{list} {
|
@{list} {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -48,26 +54,31 @@
|
||||||
width: percentage((@index / @grid-columns));
|
width: percentage((@index / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {
|
.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {
|
||||||
.col-@{class}-push-@{index} {
|
.col-@{class}-push-@{index} {
|
||||||
left: percentage((@index / @grid-columns));
|
left: percentage((@index / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {
|
.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {
|
||||||
.col-@{class}-push-0 {
|
.col-@{class}-push-0 {
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {
|
.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {
|
||||||
.col-@{class}-pull-@{index} {
|
.col-@{class}-pull-@{index} {
|
||||||
right: percentage((@index / @grid-columns));
|
right: percentage((@index / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {
|
.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {
|
||||||
.col-@{class}-pull-0 {
|
.col-@{class}-pull-0 {
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-grid-column(@index, @class, @type) when (@type = offset) {
|
.calc-grid-column(@index, @class, @type) when (@type = offset) {
|
||||||
.col-@{class}-offset-@{index} {
|
.col-@{class}-offset-@{index} {
|
||||||
margin-left: percentage((@index / @grid-columns));
|
margin-left: percentage((@index / @grid-columns));
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
.container-fixed(@gutter: @grid-gutter-width) {
|
.container-fixed(@gutter: @grid-gutter-width) {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
padding-left: (@gutter / 2);
|
padding-left: (@gutter / 2);
|
||||||
padding-right: (@gutter / 2);
|
padding-right: (@gutter / 2);
|
||||||
&:extend(.clearfix all);
|
&:extend(.clearfix all);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Creates a wrapper for a series of columns
|
// Creates a wrapper for a series of columns
|
||||||
.make-row(@gutter: @grid-gutter-width) {
|
.make-row(@gutter: @grid-gutter-width) {
|
||||||
margin-left: (@gutter / -2);
|
margin-left: (@gutter / -2);
|
||||||
margin-right: (@gutter / -2);
|
margin-right: (@gutter / -2);
|
||||||
&:extend(.clearfix all);
|
&:extend(.clearfix all);
|
||||||
}
|
}
|
||||||
|
@ -24,15 +24,18 @@
|
||||||
float: left;
|
float: left;
|
||||||
width: percentage((@columns / @grid-columns));
|
width: percentage((@columns / @grid-columns));
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: (@gutter / 2);
|
padding-left: (@gutter / 2);
|
||||||
padding-right: (@gutter / 2);
|
padding-right: (@gutter / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-xs-column-offset(@columns) {
|
.make-xs-column-offset(@columns) {
|
||||||
margin-left: percentage((@columns / @grid-columns));
|
margin-left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-xs-column-push(@columns) {
|
.make-xs-column-push(@columns) {
|
||||||
left: percentage((@columns / @grid-columns));
|
left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-xs-column-pull(@columns) {
|
.make-xs-column-pull(@columns) {
|
||||||
right: percentage((@columns / @grid-columns));
|
right: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
|
@ -41,7 +44,7 @@
|
||||||
.make-sm-column(@columns; @gutter: @grid-gutter-width) {
|
.make-sm-column(@columns; @gutter: @grid-gutter-width) {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: (@gutter / 2);
|
padding-left: (@gutter / 2);
|
||||||
padding-right: (@gutter / 2);
|
padding-right: (@gutter / 2);
|
||||||
|
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
|
@ -49,16 +52,19 @@
|
||||||
width: percentage((@columns / @grid-columns));
|
width: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-sm-column-offset(@columns) {
|
.make-sm-column-offset(@columns) {
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
margin-left: percentage((@columns / @grid-columns));
|
margin-left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-sm-column-push(@columns) {
|
.make-sm-column-push(@columns) {
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
left: percentage((@columns / @grid-columns));
|
left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-sm-column-pull(@columns) {
|
.make-sm-column-pull(@columns) {
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
right: percentage((@columns / @grid-columns));
|
right: percentage((@columns / @grid-columns));
|
||||||
|
@ -69,7 +75,7 @@
|
||||||
.make-md-column(@columns; @gutter: @grid-gutter-width) {
|
.make-md-column(@columns; @gutter: @grid-gutter-width) {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: (@gutter / 2);
|
padding-left: (@gutter / 2);
|
||||||
padding-right: (@gutter / 2);
|
padding-right: (@gutter / 2);
|
||||||
|
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
|
@ -77,16 +83,19 @@
|
||||||
width: percentage((@columns / @grid-columns));
|
width: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-md-column-offset(@columns) {
|
.make-md-column-offset(@columns) {
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
margin-left: percentage((@columns / @grid-columns));
|
margin-left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-md-column-push(@columns) {
|
.make-md-column-push(@columns) {
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
left: percentage((@columns / @grid-columns));
|
left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-md-column-pull(@columns) {
|
.make-md-column-pull(@columns) {
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
right: percentage((@columns / @grid-columns));
|
right: percentage((@columns / @grid-columns));
|
||||||
|
@ -97,7 +106,7 @@
|
||||||
.make-lg-column(@columns; @gutter: @grid-gutter-width) {
|
.make-lg-column(@columns; @gutter: @grid-gutter-width) {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: (@gutter / 2);
|
padding-left: (@gutter / 2);
|
||||||
padding-right: (@gutter / 2);
|
padding-right: (@gutter / 2);
|
||||||
|
|
||||||
@media (min-width: @screen-lg-min) {
|
@media (min-width: @screen-lg-min) {
|
||||||
|
@ -105,16 +114,19 @@
|
||||||
width: percentage((@columns / @grid-columns));
|
width: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-lg-column-offset(@columns) {
|
.make-lg-column-offset(@columns) {
|
||||||
@media (min-width: @screen-lg-min) {
|
@media (min-width: @screen-lg-min) {
|
||||||
margin-left: percentage((@columns / @grid-columns));
|
margin-left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-lg-column-push(@columns) {
|
.make-lg-column-push(@columns) {
|
||||||
@media (min-width: @screen-lg-min) {
|
@media (min-width: @screen-lg-min) {
|
||||||
left: percentage((@columns / @grid-columns));
|
left: percentage((@columns / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-lg-column-pull(@columns) {
|
.make-lg-column-pull(@columns) {
|
||||||
@media (min-width: @screen-lg-min) {
|
@media (min-width: @screen-lg-min) {
|
||||||
right: percentage((@columns / @grid-columns));
|
right: percentage((@columns / @grid-columns));
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
// - Responsive image
|
// - Responsive image
|
||||||
// - Retina image
|
// - Retina image
|
||||||
|
|
||||||
|
|
||||||
// Responsive image
|
// Responsive image
|
||||||
//
|
//
|
||||||
// Keep images from scaling beyond the width of their parents.
|
// Keep images from scaling beyond the width of their parents.
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
|
height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Retina image
|
// Retina image
|
||||||
//
|
//
|
||||||
// Short retina mixin for setting background-image and -size. Note that the
|
// Short retina mixin for setting background-image and -size. Note that the
|
||||||
|
@ -20,13 +18,7 @@
|
||||||
.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {
|
.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {
|
||||||
background-image: url("@{file-1x}");
|
background-image: url("@{file-1x}");
|
||||||
|
|
||||||
@media
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
|
||||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
||||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
|
||||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
|
||||||
only screen and ( min-device-pixel-ratio: 2),
|
|
||||||
only screen and ( min-resolution: 192dpi),
|
|
||||||
only screen and ( min-resolution: 2dppx) {
|
|
||||||
background-image: url("@{file-2x}");
|
background-image: url("@{file-2x}");
|
||||||
background-size: @width-1x @height-1x;
|
background-size: @width-1x @height-1x;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,10 +4,16 @@
|
||||||
// More easily include all the states for responsive-utilities.less.
|
// More easily include all the states for responsive-utilities.less.
|
||||||
.responsive-visibility() {
|
.responsive-visibility() {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
table& { display: table; }
|
table& {
|
||||||
tr& { display: table-row !important; }
|
display: table;
|
||||||
|
}
|
||||||
|
tr& {
|
||||||
|
display: table-row !important;
|
||||||
|
}
|
||||||
th&,
|
th&,
|
||||||
td& { display: table-cell !important; }
|
td& {
|
||||||
|
display: table-cell !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.responsive-invisibility() {
|
.responsive-invisibility() {
|
||||||
|
|
|
@ -14,50 +14,56 @@
|
||||||
// - Transitions
|
// - Transitions
|
||||||
// - User Select
|
// - User Select
|
||||||
|
|
||||||
|
|
||||||
// Animations
|
// Animations
|
||||||
.animation(@animation) {
|
.animation(@animation) {
|
||||||
-webkit-animation: @animation;
|
-webkit-animation: @animation;
|
||||||
-o-animation: @animation;
|
-o-animation: @animation;
|
||||||
animation: @animation;
|
animation: @animation;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-name(@name) {
|
.animation-name(@name) {
|
||||||
-webkit-animation-name: @name;
|
-webkit-animation-name: @name;
|
||||||
animation-name: @name;
|
animation-name: @name;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-duration(@duration) {
|
.animation-duration(@duration) {
|
||||||
-webkit-animation-duration: @duration;
|
-webkit-animation-duration: @duration;
|
||||||
animation-duration: @duration;
|
animation-duration: @duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-timing-function(@timing-function) {
|
.animation-timing-function(@timing-function) {
|
||||||
-webkit-animation-timing-function: @timing-function;
|
-webkit-animation-timing-function: @timing-function;
|
||||||
animation-timing-function: @timing-function;
|
animation-timing-function: @timing-function;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-delay(@delay) {
|
.animation-delay(@delay) {
|
||||||
-webkit-animation-delay: @delay;
|
-webkit-animation-delay: @delay;
|
||||||
animation-delay: @delay;
|
animation-delay: @delay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-iteration-count(@iteration-count) {
|
.animation-iteration-count(@iteration-count) {
|
||||||
-webkit-animation-iteration-count: @iteration-count;
|
-webkit-animation-iteration-count: @iteration-count;
|
||||||
animation-iteration-count: @iteration-count;
|
animation-iteration-count: @iteration-count;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-direction(@direction) {
|
.animation-direction(@direction) {
|
||||||
-webkit-animation-direction: @direction;
|
-webkit-animation-direction: @direction;
|
||||||
animation-direction: @direction;
|
animation-direction: @direction;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animation-fill-mode(@fill-mode) {
|
.animation-fill-mode(@fill-mode) {
|
||||||
-webkit-animation-fill-mode: @fill-mode;
|
-webkit-animation-fill-mode: @fill-mode;
|
||||||
animation-fill-mode: @fill-mode;
|
animation-fill-mode: @fill-mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Backface visibility
|
// Backface visibility
|
||||||
// Prevent browsers from flickering when using CSS 3D transforms.
|
// Prevent browsers from flickering when using CSS 3D transforms.
|
||||||
// Default value is `visible`, but can be changed to `hidden`
|
// Default value is `visible`, but can be changed to `hidden`
|
||||||
|
|
||||||
.backface-visibility(@visibility){
|
.backface-visibility(@visibility) {
|
||||||
-webkit-backface-visibility: @visibility;
|
-webkit-backface-visibility: @visibility;
|
||||||
-moz-backface-visibility: @visibility;
|
-moz-backface-visibility: @visibility;
|
||||||
backface-visibility: @visibility;
|
backface-visibility: @visibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Drop shadows
|
// Drop shadows
|
||||||
|
@ -67,34 +73,34 @@
|
||||||
|
|
||||||
.box-shadow(@shadow) {
|
.box-shadow(@shadow) {
|
||||||
-webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
|
-webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
|
||||||
box-shadow: @shadow;
|
box-shadow: @shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Box sizing
|
// Box sizing
|
||||||
.box-sizing(@boxmodel) {
|
.box-sizing(@boxmodel) {
|
||||||
-webkit-box-sizing: @boxmodel;
|
-webkit-box-sizing: @boxmodel;
|
||||||
-moz-box-sizing: @boxmodel;
|
-moz-box-sizing: @boxmodel;
|
||||||
box-sizing: @boxmodel;
|
box-sizing: @boxmodel;
|
||||||
}
|
}
|
||||||
|
|
||||||
// CSS3 Content Columns
|
// CSS3 Content Columns
|
||||||
.content-columns(@column-count; @column-gap: @grid-gutter-width) {
|
.content-columns(@column-count; @column-gap: @grid-gutter-width) {
|
||||||
-webkit-column-count: @column-count;
|
-webkit-column-count: @column-count;
|
||||||
-moz-column-count: @column-count;
|
-moz-column-count: @column-count;
|
||||||
column-count: @column-count;
|
column-count: @column-count;
|
||||||
-webkit-column-gap: @column-gap;
|
-webkit-column-gap: @column-gap;
|
||||||
-moz-column-gap: @column-gap;
|
-moz-column-gap: @column-gap;
|
||||||
column-gap: @column-gap;
|
column-gap: @column-gap;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Optional hyphenation
|
// Optional hyphenation
|
||||||
.hyphens(@mode: auto) {
|
.hyphens(@mode: auto) {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-webkit-hyphens: @mode;
|
-webkit-hyphens: @mode;
|
||||||
-moz-hyphens: @mode;
|
-moz-hyphens: @mode;
|
||||||
-ms-hyphens: @mode; // IE10+
|
-ms-hyphens: @mode; // IE10+
|
||||||
-o-hyphens: @mode;
|
-o-hyphens: @mode;
|
||||||
hyphens: @mode;
|
hyphens: @mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Placeholder text
|
// Placeholder text
|
||||||
|
@ -104,124 +110,145 @@
|
||||||
color: @color;
|
color: @color;
|
||||||
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
||||||
}
|
}
|
||||||
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
|
&:-ms-input-placeholder {
|
||||||
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
|
color: @color;
|
||||||
|
}
|
||||||
|
// Internet Explorer 10+
|
||||||
|
&::-webkit-input-placeholder {
|
||||||
|
color: @color;
|
||||||
|
}
|
||||||
|
// Safari and Chrome
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transformations
|
// Transformations
|
||||||
.scale(@ratio) {
|
.scale(@ratio) {
|
||||||
-webkit-transform: scale(@ratio);
|
-webkit-transform: scale(@ratio);
|
||||||
-ms-transform: scale(@ratio); // IE9 only
|
-ms-transform: scale(@ratio); // IE9 only
|
||||||
-o-transform: scale(@ratio);
|
-o-transform: scale(@ratio);
|
||||||
transform: scale(@ratio);
|
transform: scale(@ratio);
|
||||||
}
|
|
||||||
.scale(@ratioX; @ratioY) {
|
|
||||||
-webkit-transform: scale(@ratioX, @ratioY);
|
|
||||||
-ms-transform: scale(@ratioX, @ratioY); // IE9 only
|
|
||||||
-o-transform: scale(@ratioX, @ratioY);
|
|
||||||
transform: scale(@ratioX, @ratioY);
|
|
||||||
}
|
|
||||||
.scaleX(@ratio) {
|
|
||||||
-webkit-transform: scaleX(@ratio);
|
|
||||||
-ms-transform: scaleX(@ratio); // IE9 only
|
|
||||||
-o-transform: scaleX(@ratio);
|
|
||||||
transform: scaleX(@ratio);
|
|
||||||
}
|
|
||||||
.scaleY(@ratio) {
|
|
||||||
-webkit-transform: scaleY(@ratio);
|
|
||||||
-ms-transform: scaleY(@ratio); // IE9 only
|
|
||||||
-o-transform: scaleY(@ratio);
|
|
||||||
transform: scaleY(@ratio);
|
|
||||||
}
|
|
||||||
.skew(@x; @y) {
|
|
||||||
-webkit-transform: skewX(@x) skewY(@y);
|
|
||||||
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+
|
|
||||||
-o-transform: skewX(@x) skewY(@y);
|
|
||||||
transform: skewX(@x) skewY(@y);
|
|
||||||
}
|
|
||||||
.translate(@x; @y) {
|
|
||||||
-webkit-transform: translate(@x, @y);
|
|
||||||
-ms-transform: translate(@x, @y); // IE9 only
|
|
||||||
-o-transform: translate(@x, @y);
|
|
||||||
transform: translate(@x, @y);
|
|
||||||
}
|
|
||||||
.translate3d(@x; @y; @z) {
|
|
||||||
-webkit-transform: translate3d(@x, @y, @z);
|
|
||||||
transform: translate3d(@x, @y, @z);
|
|
||||||
}
|
|
||||||
.rotate(@degrees) {
|
|
||||||
-webkit-transform: rotate(@degrees);
|
|
||||||
-ms-transform: rotate(@degrees); // IE9 only
|
|
||||||
-o-transform: rotate(@degrees);
|
|
||||||
transform: rotate(@degrees);
|
|
||||||
}
|
|
||||||
.rotateX(@degrees) {
|
|
||||||
-webkit-transform: rotateX(@degrees);
|
|
||||||
-ms-transform: rotateX(@degrees); // IE9 only
|
|
||||||
-o-transform: rotateX(@degrees);
|
|
||||||
transform: rotateX(@degrees);
|
|
||||||
}
|
|
||||||
.rotateY(@degrees) {
|
|
||||||
-webkit-transform: rotateY(@degrees);
|
|
||||||
-ms-transform: rotateY(@degrees); // IE9 only
|
|
||||||
-o-transform: rotateY(@degrees);
|
|
||||||
transform: rotateY(@degrees);
|
|
||||||
}
|
|
||||||
.perspective(@perspective) {
|
|
||||||
-webkit-perspective: @perspective;
|
|
||||||
-moz-perspective: @perspective;
|
|
||||||
perspective: @perspective;
|
|
||||||
}
|
|
||||||
.perspective-origin(@perspective) {
|
|
||||||
-webkit-perspective-origin: @perspective;
|
|
||||||
-moz-perspective-origin: @perspective;
|
|
||||||
perspective-origin: @perspective;
|
|
||||||
}
|
|
||||||
.transform-origin(@origin) {
|
|
||||||
-webkit-transform-origin: @origin;
|
|
||||||
-moz-transform-origin: @origin;
|
|
||||||
-ms-transform-origin: @origin; // IE9 only
|
|
||||||
transform-origin: @origin;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scale(@ratioX; @ratioY) {
|
||||||
|
-webkit-transform: scale(@ratioX, @ratioY);
|
||||||
|
-ms-transform: scale(@ratioX, @ratioY); // IE9 only
|
||||||
|
-o-transform: scale(@ratioX, @ratioY);
|
||||||
|
transform: scale(@ratioX, @ratioY);
|
||||||
|
}
|
||||||
|
|
||||||
|
.scaleX(@ratio) {
|
||||||
|
-webkit-transform: scaleX(@ratio);
|
||||||
|
-ms-transform: scaleX(@ratio); // IE9 only
|
||||||
|
-o-transform: scaleX(@ratio);
|
||||||
|
transform: scaleX(@ratio);
|
||||||
|
}
|
||||||
|
|
||||||
|
.scaleY(@ratio) {
|
||||||
|
-webkit-transform: scaleY(@ratio);
|
||||||
|
-ms-transform: scaleY(@ratio); // IE9 only
|
||||||
|
-o-transform: scaleY(@ratio);
|
||||||
|
transform: scaleY(@ratio);
|
||||||
|
}
|
||||||
|
|
||||||
|
.skew(@x; @y) {
|
||||||
|
-webkit-transform: skewX(@x) skewY(@y);
|
||||||
|
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+
|
||||||
|
-o-transform: skewX(@x) skewY(@y);
|
||||||
|
transform: skewX(@x) skewY(@y);
|
||||||
|
}
|
||||||
|
|
||||||
|
.translate(@x; @y) {
|
||||||
|
-webkit-transform: translate(@x, @y);
|
||||||
|
-ms-transform: translate(@x, @y); // IE9 only
|
||||||
|
-o-transform: translate(@x, @y);
|
||||||
|
transform: translate(@x, @y);
|
||||||
|
}
|
||||||
|
|
||||||
|
.translate3d(@x; @y; @z) {
|
||||||
|
-webkit-transform: translate3d(@x, @y, @z);
|
||||||
|
transform: translate3d(@x, @y, @z);
|
||||||
|
}
|
||||||
|
|
||||||
|
.rotate(@degrees) {
|
||||||
|
-webkit-transform: rotate(@degrees);
|
||||||
|
-ms-transform: rotate(@degrees); // IE9 only
|
||||||
|
-o-transform: rotate(@degrees);
|
||||||
|
transform: rotate(@degrees);
|
||||||
|
}
|
||||||
|
|
||||||
|
.rotateX(@degrees) {
|
||||||
|
-webkit-transform: rotateX(@degrees);
|
||||||
|
-ms-transform: rotateX(@degrees); // IE9 only
|
||||||
|
-o-transform: rotateX(@degrees);
|
||||||
|
transform: rotateX(@degrees);
|
||||||
|
}
|
||||||
|
|
||||||
|
.rotateY(@degrees) {
|
||||||
|
-webkit-transform: rotateY(@degrees);
|
||||||
|
-ms-transform: rotateY(@degrees); // IE9 only
|
||||||
|
-o-transform: rotateY(@degrees);
|
||||||
|
transform: rotateY(@degrees);
|
||||||
|
}
|
||||||
|
|
||||||
|
.perspective(@perspective) {
|
||||||
|
-webkit-perspective: @perspective;
|
||||||
|
-moz-perspective: @perspective;
|
||||||
|
perspective: @perspective;
|
||||||
|
}
|
||||||
|
|
||||||
|
.perspective-origin(@perspective) {
|
||||||
|
-webkit-perspective-origin: @perspective;
|
||||||
|
-moz-perspective-origin: @perspective;
|
||||||
|
perspective-origin: @perspective;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transform-origin(@origin) {
|
||||||
|
-webkit-transform-origin: @origin;
|
||||||
|
-moz-transform-origin: @origin;
|
||||||
|
-ms-transform-origin: @origin; // IE9 only
|
||||||
|
transform-origin: @origin;
|
||||||
|
}
|
||||||
|
|
||||||
// Transitions
|
// Transitions
|
||||||
|
|
||||||
.transition(@transition) {
|
.transition(@transition) {
|
||||||
-webkit-transition: @transition;
|
-webkit-transition: @transition;
|
||||||
-o-transition: @transition;
|
-o-transition: @transition;
|
||||||
transition: @transition;
|
transition: @transition;
|
||||||
}
|
|
||||||
.transition-property(@transition-property) {
|
|
||||||
-webkit-transition-property: @transition-property;
|
|
||||||
transition-property: @transition-property;
|
|
||||||
}
|
|
||||||
.transition-delay(@transition-delay) {
|
|
||||||
-webkit-transition-delay: @transition-delay;
|
|
||||||
transition-delay: @transition-delay;
|
|
||||||
}
|
|
||||||
.transition-duration(@transition-duration) {
|
|
||||||
-webkit-transition-duration: @transition-duration;
|
|
||||||
transition-duration: @transition-duration;
|
|
||||||
}
|
|
||||||
.transition-timing-function(@timing-function) {
|
|
||||||
-webkit-transition-timing-function: @timing-function;
|
|
||||||
transition-timing-function: @timing-function;
|
|
||||||
}
|
|
||||||
.transition-transform(@transition) {
|
|
||||||
-webkit-transition: -webkit-transform @transition;
|
|
||||||
-moz-transition: -moz-transform @transition;
|
|
||||||
-o-transition: -o-transform @transition;
|
|
||||||
transition: transform @transition;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transition-property(@transition-property) {
|
||||||
|
-webkit-transition-property: @transition-property;
|
||||||
|
transition-property: @transition-property;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transition-delay(@transition-delay) {
|
||||||
|
-webkit-transition-delay: @transition-delay;
|
||||||
|
transition-delay: @transition-delay;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transition-duration(@transition-duration) {
|
||||||
|
-webkit-transition-duration: @transition-duration;
|
||||||
|
transition-duration: @transition-duration;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transition-timing-function(@timing-function) {
|
||||||
|
-webkit-transition-timing-function: @timing-function;
|
||||||
|
transition-timing-function: @timing-function;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transition-transform(@transition) {
|
||||||
|
-webkit-transition: -webkit-transform @transition;
|
||||||
|
-moz-transition: -moz-transform @transition;
|
||||||
|
-o-transition: -o-transform @transition;
|
||||||
|
transition: transform @transition;
|
||||||
|
}
|
||||||
|
|
||||||
// User select
|
// User select
|
||||||
// For selecting text on the page
|
// For selecting text on the page
|
||||||
|
|
||||||
.user-select(@select) {
|
.user-select(@select) {
|
||||||
-webkit-user-select: @select;
|
-webkit-user-select: @select;
|
||||||
-moz-user-select: @select;
|
-moz-user-select: @select;
|
||||||
-ms-user-select: @select; // IE10+
|
-ms-user-select: @select; // IE10+
|
||||||
user-select: @select;
|
user-select: @select;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -27,7 +27,7 @@
|
||||||
> h3 {
|
> h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
@media(max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,22 +5,18 @@
|
||||||
* License: Open source - MIT
|
* License: Open source - MIT
|
||||||
* Please visit http://opensource.org/licenses/MIT for more information
|
* Please visit http://opensource.org/licenses/MIT for more information
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
//google fonts
|
//google fonts
|
||||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||||
|
|
||||||
//Bootstrap Variables & Mixins
|
//Bootstrap Variables & Mixins
|
||||||
//The core bootstrap code have not been modified. These files
|
//The core bootstrap code have not been modified. These files
|
||||||
//are included only for reference.
|
//are included only for reference.
|
||||||
@import (reference) "../bootstrap-less/mixins.less";
|
@import (reference) "../bootstrap-less/mixins.less";
|
||||||
@import (reference) "../bootstrap-less/variables.less";
|
@import (reference) "../bootstrap-less/variables.less";
|
||||||
|
|
||||||
//MISC
|
//MISC
|
||||||
//----
|
//----
|
||||||
@import "core.less";
|
@import "core.less";
|
||||||
@import "variables.less";
|
@import "variables.less";
|
||||||
@import "mixins.less";
|
@import "mixins.less";
|
||||||
|
|
||||||
//COMPONENTS
|
//COMPONENTS
|
||||||
//-----------
|
//-----------
|
||||||
@import "header.less";
|
@import "header.less";
|
||||||
|
@ -46,7 +42,6 @@
|
||||||
@import "carousel.less";
|
@import "carousel.less";
|
||||||
@import "modal.less";
|
@import "modal.less";
|
||||||
@import "social-widgets.less";
|
@import "social-widgets.less";
|
||||||
|
|
||||||
//PAGES
|
//PAGES
|
||||||
//------
|
//------
|
||||||
@import "mailbox.less";
|
@import "mailbox.less";
|
||||||
|
@ -55,13 +50,11 @@
|
||||||
@import "404_500_errors.less";
|
@import "404_500_errors.less";
|
||||||
@import "invoice.less";
|
@import "invoice.less";
|
||||||
@import "profile";
|
@import "profile";
|
||||||
|
|
||||||
//Plugins
|
//Plugins
|
||||||
//--------
|
//--------
|
||||||
@import "bootstrap-social.less";
|
@import "bootstrap-social.less";
|
||||||
@import "fullcalendar.less";
|
@import "fullcalendar.less";
|
||||||
@import "select2.less";
|
@import "select2.less";
|
||||||
|
|
||||||
//Miscellaneous
|
//Miscellaneous
|
||||||
//-------------
|
//-------------
|
||||||
@import "miscellaneous.less";
|
@import "miscellaneous.less";
|
||||||
|
|
|
@ -29,15 +29,18 @@
|
||||||
&:extend(.bg-green);
|
&:extend(.bg-green);
|
||||||
border-color: darken(@green, 5%);
|
border-color: darken(@green, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-danger,
|
.alert-danger,
|
||||||
.alert-error {
|
.alert-error {
|
||||||
&:extend(.bg-red);
|
&:extend(.bg-red);
|
||||||
border-color: darken(@red, 5%);
|
border-color: darken(@red, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-warning {
|
.alert-warning {
|
||||||
&:extend(.bg-yellow);
|
&:extend(.bg-yellow);
|
||||||
border-color: darken(@yellow, 5%);
|
border-color: darken(@yellow, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-info {
|
.alert-info {
|
||||||
&:extend(.bg-aqua);
|
&:extend(.bg-aqua);
|
||||||
border-color: darken(@aqua, 5%);
|
border-color: darken(@aqua, 5%);
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
||||||
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
||||||
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
||||||
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
||||||
|
|
||||||
.btn-social {
|
.btn-social {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -88,27 +88,85 @@
|
||||||
|
|
||||||
.btn-social(@color-bg, @color: #fff) {
|
.btn-social(@color-bg, @color: #fff) {
|
||||||
background-color: @color-bg;
|
background-color: @color-bg;
|
||||||
.button-variant(@color, @color-bg, rgba(0,0,0,.2));
|
.button-variant(@color, @color-bg, rgba(0, 0, 0, .2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-adn {
|
||||||
|
.btn-social(#d87a68);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-adn { .btn-social(#d87a68); }
|
.btn-bitbucket {
|
||||||
.btn-bitbucket { .btn-social(#205081); }
|
.btn-social(#205081);
|
||||||
.btn-dropbox { .btn-social(#1087dd); }
|
}
|
||||||
.btn-facebook { .btn-social(#3b5998); }
|
|
||||||
.btn-flickr { .btn-social(#ff0084); }
|
.btn-dropbox {
|
||||||
.btn-foursquare { .btn-social(#f94877); }
|
.btn-social(#1087dd);
|
||||||
.btn-github { .btn-social(#444444); }
|
}
|
||||||
.btn-google { .btn-social(#dd4b39); }
|
|
||||||
.btn-instagram { .btn-social(#3f729b); }
|
.btn-facebook {
|
||||||
.btn-linkedin { .btn-social(#007bb6); }
|
.btn-social(#3b5998);
|
||||||
.btn-microsoft { .btn-social(#2672ec); }
|
}
|
||||||
.btn-openid { .btn-social(#f7931e); }
|
|
||||||
.btn-pinterest { .btn-social(#cb2027); }
|
.btn-flickr {
|
||||||
.btn-reddit { .btn-social(#eff7ff, #000); }
|
.btn-social(#ff0084);
|
||||||
.btn-soundcloud { .btn-social(#ff5500); }
|
}
|
||||||
.btn-tumblr { .btn-social(#2c4762); }
|
|
||||||
.btn-twitter { .btn-social(#55acee); }
|
.btn-foursquare {
|
||||||
.btn-vimeo { .btn-social(#1ab7ea); }
|
.btn-social(#f94877);
|
||||||
.btn-vk { .btn-social(#587ea3); }
|
}
|
||||||
.btn-yahoo { .btn-social(#720e9e); }
|
|
||||||
|
.btn-github {
|
||||||
|
.btn-social(#444444);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-google {
|
||||||
|
.btn-social(#dd4b39);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-instagram {
|
||||||
|
.btn-social(#3f729b);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-linkedin {
|
||||||
|
.btn-social(#007bb6);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-microsoft {
|
||||||
|
.btn-social(#2672ec);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-openid {
|
||||||
|
.btn-social(#f7931e);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-pinterest {
|
||||||
|
.btn-social(#cb2027);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-reddit {
|
||||||
|
.btn-social(#eff7ff, #000);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-soundcloud {
|
||||||
|
.btn-social(#ff5500);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-tumblr {
|
||||||
|
.btn-social(#2c4762);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-twitter {
|
||||||
|
.btn-social(#55acee);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-vimeo {
|
||||||
|
.btn-social(#1ab7ea);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-vk {
|
||||||
|
.btn-social(#587ea3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-yahoo {
|
||||||
|
.btn-social(#720e9e);
|
||||||
|
}
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
.btn,
|
.btn,
|
||||||
a {
|
a {
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(0,0,0,0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -123,7 +123,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// jQuery Knob in a box
|
// jQuery Knob in a box
|
||||||
.knob-label {
|
.knob-label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -274,6 +273,7 @@
|
||||||
padding: @box-padding;
|
padding: @box-padding;
|
||||||
background-color: @box-footer-bg;
|
background-color: @box-footer-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-legend {
|
.chart-legend {
|
||||||
&:extend(.list-unstyled);
|
&:extend(.list-unstyled);
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
@ -340,7 +340,7 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
> input[type='checkbox'] {
|
> input[type='checkbox'] {
|
||||||
margin: 0 10px 0 5px;
|
margin: 0 10px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
background: @gray!important;
|
background: @gray !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -409,6 +409,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// END TODO WIDGET
|
// END TODO WIDGET
|
||||||
|
|
||||||
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
|
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
|
||||||
|
@ -467,6 +468,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//END CHAT WIDGET
|
//END CHAT WIDGET
|
||||||
|
|
||||||
//Input in box
|
//Input in box
|
||||||
|
|
|
@ -23,9 +23,9 @@
|
||||||
|
|
||||||
// Active state
|
// Active state
|
||||||
&:active {
|
&:active {
|
||||||
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -59,11 +59,12 @@
|
||||||
color: #444;
|
color: #444;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&.hover {
|
&.hover {
|
||||||
background-color:darken(#f4f4f4, 5%);
|
background-color: darken(#f4f4f4, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: @light-blue;
|
background-color: @light-blue;
|
||||||
border-color: darken(@light-blue, 5%);
|
border-color: darken(@light-blue, 5%);
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
background-color: darken(@light-blue, 5%);
|
background-color: darken(@light-blue, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
background-color: @green;
|
background-color: @green;
|
||||||
border-color: darken(@green, 5%);
|
border-color: darken(@green, 5%);
|
||||||
|
@ -78,6 +80,7 @@
|
||||||
background-color: darken(@green, 5%);
|
background-color: darken(@green, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
background-color: @aqua;
|
background-color: @aqua;
|
||||||
border-color: darken(@aqua, 5%);
|
border-color: darken(@aqua, 5%);
|
||||||
|
@ -85,6 +88,7 @@
|
||||||
background-color: darken(@aqua, 5%);
|
background-color: darken(@aqua, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
border-color: darken(@red, 5%);
|
border-color: darken(@red, 5%);
|
||||||
|
@ -92,6 +96,7 @@
|
||||||
background-color: darken(@red, 5%);
|
background-color: darken(@red, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
background-color: @yellow;
|
background-color: @yellow;
|
||||||
border-color: darken(@yellow, 5%);
|
border-color: darken(@yellow, 5%);
|
||||||
|
@ -99,24 +104,28 @@
|
||||||
background-color: darken(@yellow, 5%);
|
background-color: darken(@yellow, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline {
|
.btn-outline {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
color: rgba(255,255,255,.7);
|
color: rgba(255, 255, 255, .7);
|
||||||
border-color: rgba(255,255,255,.7);
|
border-color: rgba(255, 255, 255, .7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link {
|
.btn-link {
|
||||||
.box-shadow(none);
|
.box-shadow(none);
|
||||||
}
|
}
|
||||||
|
|
||||||
//General .btn with bg class
|
//General .btn with bg class
|
||||||
.btn[class*='bg-']:hover {
|
.btn[class*='bg-']:hover {
|
||||||
.box-shadow(inset 0 0 100px rgba(0,0,0,0.2));
|
.box-shadow(inset 0 0 100px rgba(0, 0, 0, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Application buttons
|
// Application buttons
|
||||||
.btn-app {
|
.btn-app {
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
|
@ -143,9 +152,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active, &:focus {
|
&:active, &:focus {
|
||||||
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||||
}
|
}
|
||||||
|
|
||||||
//The badge
|
//The badge
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Transitions
|
//Transitions
|
||||||
.control-sidebar-bg,
|
.control-sidebar-bg,
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
width: @control-sidebar-width;
|
width: @control-sidebar-width;
|
||||||
.transition(right @transition-speed ease-in-out);
|
.transition(right @transition-speed ease-in-out);
|
||||||
}
|
}
|
||||||
|
|
||||||
//The sidebar
|
//The sidebar
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -37,13 +39,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Open without slide over content
|
//Open without slide over content
|
||||||
.control-sidebar-open {
|
.control-sidebar-open {
|
||||||
.control-sidebar-bg,
|
.control-sidebar-bg,
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
@media(min-width: @screen-sm) {
|
@media (min-width: @screen-sm) {
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
.main-footer {
|
.main-footer {
|
||||||
|
@ -51,13 +54,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Control sidebar tabs
|
//Control sidebar tabs
|
||||||
.nav-tabs.control-sidebar-tabs {
|
.nav-tabs.control-sidebar-tabs {
|
||||||
> li {
|
> li {
|
||||||
&:first-of-type > a {
|
&:first-of-type > a {
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -81,8 +85,8 @@
|
||||||
> a {
|
> a {
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -91,13 +95,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Remove responsiveness on small screens
|
//Remove responsiveness on small screens
|
||||||
@media(max-width: @screen-sm) {
|
@media (max-width: @screen-sm) {
|
||||||
display: table;
|
display: table;
|
||||||
>li {
|
> li {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Headings in the sidebar content
|
//Headings in the sidebar content
|
||||||
.control-sidebar-heading {
|
.control-sidebar-heading {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -105,12 +110,14 @@
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Subheadings
|
//Subheadings
|
||||||
.control-sidebar-subheading {
|
.control-sidebar-subheading {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Control Sidebar Menu
|
//Control Sidebar Menu
|
||||||
.control-sidebar-menu {
|
.control-sidebar-menu {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -147,6 +154,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Dark skin
|
//Dark skin
|
||||||
.control-sidebar-dark {
|
.control-sidebar-dark {
|
||||||
color: @sidebar-dark-color;
|
color: @sidebar-dark-color;
|
||||||
|
@ -165,13 +173,13 @@
|
||||||
//Hover and active states
|
//Hover and active states
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-left-color: darken(@sidebar-dark-bg, 7%);
|
border-left-color: darken(@sidebar-dark-bg, 7%);
|
||||||
border-bottom-color: darken(@sidebar-dark-bg, 7%);
|
border-bottom-color: darken(@sidebar-dark-bg, 7%);
|
||||||
}
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: darken(@sidebar-dark-bg, 3%);
|
background: darken(@sidebar-dark-bg, 3%);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -183,8 +191,8 @@
|
||||||
> a {
|
> a {
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: @sidebar-dark-bg;
|
background: @sidebar-dark-bg;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -213,6 +221,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Light skin
|
//Light skin
|
||||||
.control-sidebar-light {
|
.control-sidebar-light {
|
||||||
color: lighten(@sidebar-light-color, 10%);
|
color: lighten(@sidebar-light-color, 10%);
|
||||||
|
@ -232,13 +241,13 @@
|
||||||
//Hover and active states
|
//Hover and active states
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-left-color: @gray;
|
border-left-color: @gray;
|
||||||
border-bottom-color: @gray;
|
border-bottom-color: @gray;
|
||||||
}
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: darken(@sidebar-light-bg, 3%);
|
background: darken(@sidebar-light-bg, 3%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -247,8 +256,8 @@
|
||||||
> a {
|
> a {
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: @sidebar-light-bg;
|
background: @sidebar-light-bg;
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ body {
|
||||||
max-width: 1250px;
|
max-width: 1250px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
box-shadow: 0 0 8px rgba(0,0,0,0.5);
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ body {
|
||||||
.main-footer {
|
.main-footer {
|
||||||
//Using disposable variable to join statements with a comma
|
//Using disposable variable to join statements with a comma
|
||||||
@transition-rule: @transition-speed @transition-fn,
|
@transition-rule: @transition-speed @transition-fn,
|
||||||
margin @transition-speed @transition-fn;
|
margin @transition-speed @transition-fn;
|
||||||
.transition-transform(@transition-rule);
|
.transition-transform(@transition-rule);
|
||||||
margin-left: @sidebar-width;
|
margin-left: @sidebar-width;
|
||||||
z-index: 820;
|
z-index: 820;
|
||||||
|
@ -78,6 +78,7 @@ body {
|
||||||
background-color: @body-bg;
|
background-color: @body-bg;
|
||||||
z-index: 800;
|
z-index: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-footer {
|
.main-footer {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -112,16 +113,16 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.hold-transition {
|
body.hold-transition {
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
.main-footer,
|
.main-footer,
|
||||||
.main-sidebar,
|
.main-sidebar,
|
||||||
.left-side,
|
.left-side,
|
||||||
.main-header > .navbar,
|
.main-header > .navbar,
|
||||||
.main-header .logo {
|
.main-header .logo {
|
||||||
/* Fix for IE */
|
/* Fix for IE */
|
||||||
.transition(none);
|
.transition(none);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Content */
|
/* Content */
|
||||||
|
@ -146,10 +147,12 @@ h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General Links */
|
/* General Links */
|
||||||
a {
|
a {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a:active,
|
a:active,
|
||||||
a:focus {
|
a:focus {
|
||||||
|
|
|
@ -15,24 +15,29 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-messages {
|
.direct-chat-messages {
|
||||||
.translate(0, 0);
|
.translate(0, 0);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-msg,
|
.direct-chat-msg,
|
||||||
.direct-chat-text {
|
.direct-chat-text {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-msg {
|
.direct-chat-msg {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-messages,
|
.direct-chat-messages,
|
||||||
.direct-chat-contacts {
|
.direct-chat-contacts {
|
||||||
.transition-transform(.5s ease-in-out);
|
.transition-transform(.5s ease-in-out);
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-text {
|
.direct-chat-text {
|
||||||
.border-radius(5px);
|
.border-radius(5px);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -44,7 +49,7 @@
|
||||||
|
|
||||||
//Create the arrow
|
//Create the arrow
|
||||||
&:after,
|
&:after,
|
||||||
&:before {
|
&:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 100%;
|
right: 100%;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
|
@ -68,7 +73,7 @@
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
&:after,
|
&:after,
|
||||||
&:before {
|
&:before {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
|
@ -76,6 +81,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-img {
|
.direct-chat-img {
|
||||||
.border-radius(50%);
|
.border-radius(50%);
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -85,23 +91,28 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-info {
|
.direct-chat-info {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-name {
|
.direct-chat-name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-timestamp {
|
.direct-chat-timestamp {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Direct chat contacts pane
|
//Direct chat contacts pane
|
||||||
.direct-chat-contacts-open {
|
.direct-chat-contacts-open {
|
||||||
.direct-chat-contacts {
|
.direct-chat-contacts {
|
||||||
.translate(0, 0);
|
.translate(0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-contacts {
|
.direct-chat-contacts {
|
||||||
.translate(101%, 0);
|
.translate(101%, 0);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -119,7 +130,7 @@
|
||||||
&:extend(.list-unstyled);
|
&:extend(.list-unstyled);
|
||||||
> li {
|
> li {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
border-bottom: 1px solid rgba(0,0,0,0.2);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
|
@ -127,29 +138,36 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-img {
|
.contacts-list-img {
|
||||||
.border-radius(50%);
|
.border-radius(50%);
|
||||||
width: 40px;
|
width: 40px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-info {
|
.contacts-list-info {
|
||||||
margin-left: 45px;
|
margin-left: 45px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-name,
|
.contacts-list-name,
|
||||||
.contacts-list-status {
|
.contacts-list-status {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-name {
|
.contacts-list-name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-status {
|
.contacts-list-status {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-date {
|
.contacts-list-date {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list-msg {
|
.contacts-list-msg {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
@ -158,15 +176,19 @@
|
||||||
.direct-chat-danger {
|
.direct-chat-danger {
|
||||||
.direct-chat-variant(@red);
|
.direct-chat-variant(@red);
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-primary {
|
.direct-chat-primary {
|
||||||
.direct-chat-variant(@light-blue);
|
.direct-chat-variant(@light-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-warning {
|
.direct-chat-warning {
|
||||||
.direct-chat-variant(@yellow);
|
.direct-chat-variant(@yellow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-info {
|
.direct-chat-info {
|
||||||
.direct-chat-variant(@aqua);
|
.direct-chat-variant(@aqua);
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-chat-success {
|
.direct-chat-success {
|
||||||
.direct-chat-variant(@green);
|
.direct-chat-variant(@green);
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
> li > a > .glyphicon,
|
> li > a > .glyphicon,
|
||||||
> li > a > .fa,
|
> li > a > .fa,
|
||||||
> li > a > .ion{
|
> li > a > .ion {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
> li > a:hover {
|
> li > a:hover {
|
||||||
|
@ -49,7 +49,6 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//Define footer class
|
//Define footer class
|
||||||
> .dropdown-menu > li.footer > a {
|
> .dropdown-menu > li.footer > a {
|
||||||
.border-radius(0; 0; 4px; 4px);
|
.border-radius(0; 0; 4px; 4px);
|
||||||
|
@ -57,10 +56,10 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
border-bottom: 1px solid #eeeeee;
|
border-bottom: 1px solid #eeeeee;
|
||||||
color: #444!important;
|
color: #444 !important;
|
||||||
@media (max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
background: #fff!important;
|
background: #fff !important;
|
||||||
color: #444!important;
|
color: #444 !important;
|
||||||
}
|
}
|
||||||
text-align: center;
|
text-align: center;
|
||||||
//Hover state
|
//Hover state
|
||||||
|
@ -154,6 +153,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Tasks menu
|
//Tasks menu
|
||||||
.navbar-nav > .tasks-menu {
|
.navbar-nav > .tasks-menu {
|
||||||
> .dropdown-menu > li .menu {
|
> .dropdown-menu > li .menu {
|
||||||
|
@ -174,6 +174,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//User menu
|
//User menu
|
||||||
.navbar-nav > .user-menu {
|
.navbar-nav > .user-menu {
|
||||||
> .dropdown-menu {
|
> .dropdown-menu {
|
||||||
|
@ -267,6 +268,7 @@
|
||||||
.animation(flipInX .7s both);
|
.animation(flipInX .7s both);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes flipInX {
|
@keyframes flipInX {
|
||||||
0% {
|
0% {
|
||||||
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
||||||
|
@ -292,6 +294,7 @@
|
||||||
transform: perspective(400px);
|
transform: perspective(400px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes flipInX {
|
@-webkit-keyframes flipInX {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
||||||
|
@ -329,6 +332,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
.navbar-custom-menu > .navbar-nav {
|
.navbar-custom-menu > .navbar-nav {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* button groups */
|
/* button groups */
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
.btn {
|
.btn {
|
||||||
|
@ -79,7 +80,7 @@
|
||||||
|
|
||||||
/* support Font Awesome icons in form-control */
|
/* support Font Awesome icons in form-control */
|
||||||
.form-control-feedback.fa {
|
.form-control-feedback.fa {
|
||||||
line-height: @input-height-base;
|
line-height: @input-height-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-lg + .form-control-feedback.fa,
|
.input-lg + .form-control-feedback.fa,
|
||||||
|
@ -87,6 +88,7 @@
|
||||||
.form-group-lg .form-control + .form-control-feedback.fa {
|
.form-group-lg .form-control + .form-control-feedback.fa {
|
||||||
line-height: @input-height-large;
|
line-height: @input-height-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-sm + .form-control-feedback.fa,
|
.input-sm + .form-control-feedback.fa,
|
||||||
.input-group-sm + .form-control-feedback.fa,
|
.input-group-sm + .form-control-feedback.fa,
|
||||||
.form-group-sm .form-control + .form-control-feedback.fa {
|
.form-group-sm .form-control + .form-control-feedback.fa {
|
||||||
|
|
|
@ -10,11 +10,12 @@
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
border-bottom-color: #ddd;
|
border-bottom-color: #ddd;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&.hover {
|
&.hover {
|
||||||
background-color: #e9e9e9;
|
background-color: #e9e9e9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calendar title
|
// Calendar title
|
||||||
.fc-header-title h2 {
|
.fc-header-title h2 {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
@ -22,38 +23,47 @@
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-header-right {
|
.fc-header-right {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-header-left {
|
.fc-header-left {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calendar table header cells
|
// Calendar table header cells
|
||||||
.fc-widget-header {
|
.fc-widget-header {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-grid {
|
.fc-grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-widget-header:first-of-type,
|
.fc-widget-header:first-of-type,
|
||||||
.fc-widget-content:first-of-type {
|
.fc-widget-content:first-of-type {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-widget-header:last-of-type,
|
.fc-widget-header:last-of-type,
|
||||||
.fc-widget-content:last-of-type {
|
.fc-widget-content:last-of-type {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-toolbar {
|
.fc-toolbar {
|
||||||
padding: @box-padding;
|
padding: @box-padding;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-day-number {
|
.fc-day-number {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-color-picker {
|
.fc-color-picker {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -71,9 +81,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#add-new-event {
|
#add-new-event {
|
||||||
.transition(all linear .3s);
|
.transition(all linear .3s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.external-event {
|
.external-event {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -83,6 +95,6 @@
|
||||||
border-radius: @box-border-radius;
|
border-radius: @box-border-radius;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: inset 0 0 90px rgba(0,0,0,0.2);
|
box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
}
|
}
|
||||||
//Navbar search text input
|
//Navbar search text input
|
||||||
#navbar-search-input.form-control {
|
#navbar-search-input.form-control {
|
||||||
background: rgba(255,255,255,.2);
|
background: rgba(255, 255, 255, .2);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
border-color: rgba(0,0,0,.1);
|
border-color: rgba(0, 0, 0, .1);
|
||||||
background: rgba(255,255,255,.9);
|
background: rgba(255, 255, 255, .9);
|
||||||
}
|
}
|
||||||
&::-moz-placeholder {
|
&::-moz-placeholder {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
float: right;
|
float: right;
|
||||||
@media (max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
.navbar-collapse & {
|
.navbar-collapse & {
|
||||||
margin: 7.5px -15px;
|
margin: 7.5px -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -189,17 +190,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: @navbar-padding-vertical @navbar-padding-horizontal;
|
padding: @navbar-padding-vertical @navbar-padding-horizontal;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Control navbar scaffolding on x-small screens
|
//Control navbar scaffolding on x-small screens
|
||||||
@media (max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
.navbar-custom-menu .navbar-nav > li {
|
.navbar-custom-menu .navbar-nav > li {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Dont't let links get full width
|
//Dont't let links get full width
|
||||||
.navbar-custom-menu .navbar-nav {
|
.navbar-custom-menu .navbar-nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -232,8 +236,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-collapse.pull-left {
|
.navbar-collapse.pull-left {
|
||||||
@media(max-width: @screen-sm-max) {
|
@media (max-width: @screen-sm-max) {
|
||||||
float: none!important;
|
float: none !important;
|
||||||
+ .navbar-custom-menu {
|
+ .navbar-custom-menu {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.progress {
|
.progress {
|
||||||
background: rgba(0,0,0,.2);
|
background: rgba(0, 0, 0, .2);
|
||||||
margin: 5px -10px 5px -10px;
|
margin: 5px -10px 5px -10px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
&,
|
&,
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-icon {
|
.info-box-icon {
|
||||||
.border-radius(2px; 0; 2px; 0);
|
.border-radius(2px; 0; 2px; 0);
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -35,20 +36,23 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
background: rgba(0,0,0,0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
> img {
|
> img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-content {
|
.info-box-content {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-left: 90px;
|
margin-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-number {
|
.info-box-number {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-description,
|
.progress-description,
|
||||||
.info-box-text {
|
.info-box-text {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -57,9 +61,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-text {
|
.info-box-text {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-more {
|
.info-box-more {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,18 +6,23 @@
|
||||||
background-color: @gray;
|
background-color: @gray;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-danger {
|
.label-danger {
|
||||||
&:extend(.bg-red);
|
&:extend(.bg-red);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-info {
|
.label-info {
|
||||||
&:extend(.bg-aqua);
|
&:extend(.bg-aqua);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-warning {
|
.label-warning {
|
||||||
&:extend(.bg-yellow);
|
&:extend(.bg-yellow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-primary {
|
.label-primary {
|
||||||
&:extend(.bg-light-blue);
|
&:extend(.bg-light-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-success {
|
.label-success {
|
||||||
&:extend(.bg-green);
|
&:extend(.bg-green);
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
.lockscreen {
|
.lockscreen {
|
||||||
background: @gray;
|
background: @gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lockscreen-logo {
|
.lockscreen-logo {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -15,16 +16,19 @@
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lockscreen-wrapper {
|
.lockscreen-wrapper {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User name [optional] */
|
/* User name [optional] */
|
||||||
.lockscreen .lockscreen-name {
|
.lockscreen .lockscreen-name {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Will contain the image and the sign in form */
|
/* Will contain the image and the sign in form */
|
||||||
.lockscreen-item {
|
.lockscreen-item {
|
||||||
.border-radius(4px);
|
.border-radius(4px);
|
||||||
|
@ -34,6 +38,7 @@
|
||||||
margin: 10px auto 30px auto;
|
margin: 10px auto 30px auto;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User image */
|
/* User image */
|
||||||
.lockscreen-image {
|
.lockscreen-image {
|
||||||
.border-radius(50%);
|
.border-radius(50%);
|
||||||
|
|
|
@ -39,12 +39,14 @@
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-box-msg,
|
.login-box-msg,
|
||||||
.register-box-msg {
|
.register-box-msg {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 20px 20px 20px;
|
padding: 0 20px 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-auth-links {
|
.social-auth-links {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,14 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-controls {
|
.mailbox-controls {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
&.with-border {
|
&.with-border {
|
||||||
border-bottom: 1px solid @box-border-color;
|
border-bottom: 1px solid @box-border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-read-info {
|
.mailbox-read-info {
|
||||||
border-bottom: 1px solid @box-border-color;
|
border-bottom: 1px solid @box-border-color;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -25,13 +27,16 @@
|
||||||
padding: 5px 0 0 0;
|
padding: 5px 0 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-read-time {
|
.mailbox-read-time {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-read-message {
|
.mailbox-read-message {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachments {
|
.mailbox-attachments {
|
||||||
&:extend(.list-unstyled);
|
&:extend(.list-unstyled);
|
||||||
li {
|
li {
|
||||||
|
@ -42,23 +47,28 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-name {
|
.mailbox-attachment-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-icon,
|
.mailbox-attachment-icon,
|
||||||
.mailbox-attachment-info,
|
.mailbox-attachment-info,
|
||||||
.mailbox-attachment-size {
|
.mailbox-attachment-size {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-info {
|
.mailbox-attachment-info {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-size {
|
.mailbox-attachment-size {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-icon {
|
.mailbox-attachment-icon {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 65px;
|
font-size: 65px;
|
||||||
|
@ -72,6 +82,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailbox-attachment-close {
|
.mailbox-attachment-close {
|
||||||
&:extend(.close);
|
&:extend(.close);
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,18 +6,23 @@
|
||||||
.pad {
|
.pad {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin {
|
.margin {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-bottom {
|
.margin-bottom {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-bottom-none {
|
.margin-bottom-none {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-r-5 {
|
.margin-r-5 {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display inline
|
// Display inline
|
||||||
.inline {
|
.inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -53,7 +58,7 @@
|
||||||
.bg-teal,
|
.bg-teal,
|
||||||
.bg-olive,
|
.bg-olive,
|
||||||
.bg-lime,
|
.bg-lime,
|
||||||
.bg-orange ,
|
.bg-orange,
|
||||||
.bg-fuchsia,
|
.bg-fuchsia,
|
||||||
.bg-purple,
|
.bg-purple,
|
||||||
.bg-maroon,
|
.bg-maroon,
|
||||||
|
@ -75,55 +80,72 @@
|
||||||
.bg-black-active {
|
.bg-black-active {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-gray {
|
.bg-gray {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: @gray!important;
|
background-color: @gray !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-gray-light {
|
.bg-gray-light {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-black {
|
.bg-black {
|
||||||
background-color: @black!important;
|
background-color: @black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
background-color: @red !important;
|
background-color: @red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-yellow {
|
.bg-yellow {
|
||||||
background-color: @yellow !important;
|
background-color: @yellow !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-aqua {
|
.bg-aqua {
|
||||||
background-color: @aqua !important;
|
background-color: @aqua !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-blue {
|
.bg-blue {
|
||||||
background-color: @blue !important;
|
background-color: @blue !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-blue {
|
.bg-light-blue {
|
||||||
background-color: @light-blue !important;
|
background-color: @light-blue !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-green {
|
.bg-green {
|
||||||
background-color: @green !important;
|
background-color: @green !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-navy {
|
.bg-navy {
|
||||||
background-color: @navy !important;
|
background-color: @navy !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-teal {
|
.bg-teal {
|
||||||
background-color: @teal !important;
|
background-color: @teal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-olive {
|
.bg-olive {
|
||||||
background-color: @olive !important;
|
background-color: @olive !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-lime {
|
.bg-lime {
|
||||||
background-color: @lime !important;
|
background-color: @lime !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
background-color: @orange !important;
|
background-color: @orange !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-fuchsia {
|
.bg-fuchsia {
|
||||||
background-color: @fuchsia !important;
|
background-color: @fuchsia !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-purple {
|
.bg-purple {
|
||||||
background-color: @purple !important;
|
background-color: @purple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-maroon {
|
.bg-maroon {
|
||||||
background-color: @maroon !important;
|
background-color: @maroon !important;
|
||||||
}
|
}
|
||||||
|
@ -131,52 +153,67 @@
|
||||||
//Set of Active Background Colors
|
//Set of Active Background Colors
|
||||||
.bg-gray-active {
|
.bg-gray-active {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: darken(@gray,10%)!important;
|
background-color: darken(@gray, 10%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-black-active {
|
.bg-black-active {
|
||||||
background-color: darken(@black, 10%)!important;
|
background-color: darken(@black, 10%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red-active {
|
.bg-red-active {
|
||||||
background-color: darken(@red , 6%)!important;
|
background-color: darken(@red , 6%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-yellow-active {
|
.bg-yellow-active {
|
||||||
background-color: darken(@yellow , 6%)!important;
|
background-color: darken(@yellow , 6%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-aqua-active {
|
.bg-aqua-active {
|
||||||
background-color: darken(@aqua , 6%)!important;
|
background-color: darken(@aqua , 6%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-blue-active {
|
.bg-blue-active {
|
||||||
background-color: darken(@blue , 10%)!important;
|
background-color: darken(@blue , 10%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-blue-active {
|
.bg-light-blue-active {
|
||||||
background-color: darken(@light-blue , 6%)!important;
|
background-color: darken(@light-blue , 6%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-green-active {
|
.bg-green-active {
|
||||||
background-color: darken(@green , 5%)!important;
|
background-color: darken(@green , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-navy-active {
|
.bg-navy-active {
|
||||||
background-color: darken(@navy , 2%)!important;
|
background-color: darken(@navy , 2%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-teal-active {
|
.bg-teal-active {
|
||||||
background-color: darken(@teal , 5%)!important;
|
background-color: darken(@teal , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-olive-active {
|
.bg-olive-active {
|
||||||
background-color: darken(@olive , 5%)!important;
|
background-color: darken(@olive , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-lime-active {
|
.bg-lime-active {
|
||||||
background-color: darken(@lime , 5%)!important;
|
background-color: darken(@lime , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange-active {
|
.bg-orange-active {
|
||||||
background-color: darken(@orange , 5%)!important;
|
background-color: darken(@orange , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-fuchsia-active {
|
.bg-fuchsia-active {
|
||||||
background-color: darken(@fuchsia , 5%)!important;
|
background-color: darken(@fuchsia , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-purple-active {
|
.bg-purple-active {
|
||||||
background-color: darken(@purple , 5%)!important;
|
background-color: darken(@purple , 5%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-maroon-active {
|
.bg-maroon-active {
|
||||||
background-color: darken(@maroon , 3%)!important;
|
background-color: darken(@maroon , 3%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Disabled!
|
//Disabled!
|
||||||
|
@ -188,62 +225,79 @@
|
||||||
.text-red {
|
.text-red {
|
||||||
color: @red !important;
|
color: @red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-yellow {
|
.text-yellow {
|
||||||
color: @yellow !important;
|
color: @yellow !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-aqua {
|
.text-aqua {
|
||||||
color: @aqua !important;
|
color: @aqua !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-blue {
|
.text-blue {
|
||||||
color: @blue !important;
|
color: @blue !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-black {
|
.text-black {
|
||||||
color: @black!important;
|
color: @black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-light-blue {
|
.text-light-blue {
|
||||||
color: @light-blue !important;
|
color: @light-blue !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-green {
|
.text-green {
|
||||||
color: @green !important;
|
color: @green !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-gray {
|
.text-gray {
|
||||||
color: @gray !important;
|
color: @gray !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-navy {
|
.text-navy {
|
||||||
color: @navy !important;
|
color: @navy !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-teal {
|
.text-teal {
|
||||||
color: @teal !important;
|
color: @teal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-olive {
|
.text-olive {
|
||||||
color: @olive !important;
|
color: @olive !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-lime {
|
.text-lime {
|
||||||
color: @lime !important;
|
color: @lime !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-orange {
|
.text-orange {
|
||||||
color: @orange !important;
|
color: @orange !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-fuchsia {
|
.text-fuchsia {
|
||||||
color: @fuchsia !important;
|
color: @fuchsia !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-purple {
|
.text-purple {
|
||||||
color: @purple !important;
|
color: @purple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-maroon {
|
.text-maroon {
|
||||||
color: @maroon !important;
|
color: @maroon !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-muted {
|
.link-muted {
|
||||||
color: darken(@gray, 30%);
|
color: darken(@gray, 30%);
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: darken(@gray, 40%);
|
color: darken(@gray, 40%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-black {
|
.link-black {
|
||||||
color: #666;
|
color: #666;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -257,10 +311,12 @@
|
||||||
.no-border {
|
.no-border {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove padding
|
// Remove padding
|
||||||
.no-padding {
|
.no-padding {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove margins
|
// Remove margins
|
||||||
.no-margin {
|
.no-margin {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -268,7 +324,7 @@
|
||||||
|
|
||||||
// Remove box shadow
|
// Remove box shadow
|
||||||
.no-shadow {
|
.no-shadow {
|
||||||
box-shadow: none!important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unstyled List
|
// Unstyled List
|
||||||
|
@ -290,7 +346,7 @@
|
||||||
|
|
||||||
// Remove border radius
|
// Remove border radius
|
||||||
.flat {
|
.flat {
|
||||||
.border-radius(0)!important;
|
.border-radius(0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-bold {
|
.text-bold {
|
||||||
|
@ -298,57 +354,66 @@
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-sm {
|
.text-sm {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// _fix for sparkline tooltip
|
// _fix for sparkline tooltip
|
||||||
.jqstooltip{
|
.jqstooltip {
|
||||||
padding: 5px!important;
|
padding: 5px !important;
|
||||||
width:auto!important;
|
width: auto !important;
|
||||||
height:auto!important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Gradient Background colors
|
// Gradient Background colors
|
||||||
.bg-teal-gradient {
|
.bg-teal-gradient {
|
||||||
.gradient(@teal; @teal; lighten(@teal, 16%))!important;
|
.gradient(@teal; @teal; lighten(@teal, 16%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-blue-gradient {
|
.bg-light-blue-gradient {
|
||||||
.gradient(@light-blue; @light-blue; lighten(@light-blue, 12%))!important;
|
.gradient(@light-blue; @light-blue; lighten(@light-blue, 12%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-blue-gradient {
|
.bg-blue-gradient {
|
||||||
.gradient(@blue; @blue; lighten(@blue, 7%))!important;
|
.gradient(@blue; @blue; lighten(@blue, 7%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-aqua-gradient {
|
.bg-aqua-gradient {
|
||||||
.gradient(@aqua; @aqua; lighten(@aqua, 7%))!important;
|
.gradient(@aqua; @aqua; lighten(@aqua, 7%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-yellow-gradient {
|
.bg-yellow-gradient {
|
||||||
.gradient(@yellow; @yellow; lighten(@yellow, 16%))!important;
|
.gradient(@yellow; @yellow; lighten(@yellow, 16%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-purple-gradient {
|
.bg-purple-gradient {
|
||||||
.gradient(@purple; @purple; lighten(@purple, 16%))!important;
|
.gradient(@purple; @purple; lighten(@purple, 16%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-green-gradient {
|
.bg-green-gradient {
|
||||||
.gradient(@green; @green; lighten(@green, 7%))!important;
|
.gradient(@green; @green; lighten(@green, 7%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red-gradient {
|
.bg-red-gradient {
|
||||||
.gradient(@red; @red; lighten(@red, 10%))!important;
|
.gradient(@red; @red; lighten(@red, 10%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-black-gradient {
|
.bg-black-gradient {
|
||||||
.gradient(@black; @black; lighten(@black, 10%))!important;
|
.gradient(@black; @black; lighten(@black, 10%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-maroon-gradient {
|
.bg-maroon-gradient {
|
||||||
.gradient(@maroon; @maroon; lighten(@maroon, 10%))!important;
|
.gradient(@maroon; @maroon; lighten(@maroon, 10%)) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -366,7 +431,7 @@
|
||||||
|
|
||||||
//Make position static
|
//Make position static
|
||||||
.position-static {
|
.position-static {
|
||||||
position: static!important;
|
position: static !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//List utility classes
|
//List utility classes
|
||||||
|
@ -376,11 +441,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-seperator {
|
.list-seperator {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: @box-border-color;
|
background: @box-border-color;
|
||||||
margin: 15px 0 9px 0;
|
margin: 15px 0 9px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-link {
|
.list-link {
|
||||||
> a {
|
> a {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
@ -439,13 +506,15 @@
|
||||||
.img-lg {
|
.img-lg {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-sm {
|
.img-sm {
|
||||||
width: 30px!important;
|
width: 30px !important;
|
||||||
height: 30px!important;
|
height: 30px !important;
|
||||||
+ .img-push {
|
+ .img-push {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-md {
|
.img-md {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
@ -453,6 +522,7 @@
|
||||||
margin-left: 70px;
|
margin-left: 70px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-lg {
|
.img-lg {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
@ -460,15 +530,18 @@
|
||||||
margin-left: 110px;
|
margin-left: 110px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Image bordered
|
// Image bordered
|
||||||
.img-bordered {
|
.img-bordered {
|
||||||
border: 3px solid @gray;
|
border: 3px solid @gray;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-bordered-sm {
|
.img-bordered-sm {
|
||||||
border: 2px solid @gray;
|
border: 2px solid @gray;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//General attachemnt block
|
//General attachemnt block
|
||||||
.attachment-block {
|
.attachment-block {
|
||||||
border: 1px solid @box-border-color;
|
border: 1px solid @box-border-color;
|
||||||
|
@ -496,6 +569,7 @@
|
||||||
.connectedSortable {
|
.connectedSortable {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-helper-hidden-accessible {
|
.ui-helper-hidden-accessible {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
|
@ -506,17 +580,20 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-highlight {
|
.sort-highlight {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
border: 1px dashed #ddd;
|
border: 1px dashed #ddd;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-opacity-hover {
|
.full-opacity-hover {
|
||||||
.opacity(.65);
|
.opacity(.65);
|
||||||
&:hover {
|
&:hover {
|
||||||
.opacity(1);
|
.opacity(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Charts
|
// Charts
|
||||||
.chart {
|
.chart {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -524,6 +601,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
svg,
|
svg,
|
||||||
canvas {
|
canvas {
|
||||||
width: 100%!important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
//AdminLTE mixins
|
//AdminLTE mixins
|
||||||
//===============
|
//===============
|
||||||
|
|
||||||
|
|
||||||
//Changes the color and the hovering properties of the navbar
|
//Changes the color and the hovering properties of the navbar
|
||||||
.navbar-variant(@color; @font-color: rgba(255, 255, 255, 0.8); @hover-color: #f6f6f6; @hover-bg: rgba(0, 0, 0, 0.1)) {
|
.navbar-variant(@color; @font-color: rgba(255, 255, 255, 0.8); @hover-color: #f6f6f6; @hover-bg: rgba(0, 0, 0, 0.1)) {
|
||||||
background-color: @color;
|
background-color: @color;
|
||||||
|
@ -11,12 +10,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav > li > a:hover,
|
.nav > li > a:hover,
|
||||||
.nav > li > a:active,
|
.nav > li > a:active,
|
||||||
.nav > li > a:focus,
|
.nav > li > a:focus,
|
||||||
.nav .open > a,
|
.nav .open > a,
|
||||||
.nav .open > a:hover,
|
.nav .open > a:hover,
|
||||||
.nav .open > a:focus,
|
.nav .open > a:focus,
|
||||||
.nav > .active > a {
|
.nav > .active > a {
|
||||||
background: @hover-bg;
|
background: @hover-bg;
|
||||||
color: @hover-color;
|
color: @hover-color;
|
||||||
}
|
}
|
||||||
|
@ -63,7 +62,7 @@
|
||||||
border-color: @bg-color;
|
border-color: @bg-color;
|
||||||
color: @color;
|
color: @color;
|
||||||
&:after,
|
&:after,
|
||||||
&:before {
|
&:before {
|
||||||
border-left-color: @bg-color;
|
border-left-color: @bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,30 +72,42 @@
|
||||||
.border-radius(@radius) {
|
.border-radius(@radius) {
|
||||||
border-radius: @radius;
|
border-radius: @radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Different radius each side
|
//Different radius each side
|
||||||
.border-radius(@top-left; @top-right; @bottom-left; @bottom-right) {
|
.border-radius(@top-left;
|
||||||
border-top-left-radius: @top-left;
|
@top-right
|
||||||
border-top-right-radius: @top-right;
|
;
|
||||||
border-bottom-right-radius: @bottom-right;
|
@bottom-left
|
||||||
border-bottom-left-radius: @bottom-left;
|
;
|
||||||
|
@bottom-right
|
||||||
|
)
|
||||||
|
{
|
||||||
|
border-top-left-radius: @top-left
|
||||||
|
;
|
||||||
|
border-top-right-radius: @top-right
|
||||||
|
;
|
||||||
|
border-bottom-right-radius: @bottom-right
|
||||||
|
;
|
||||||
|
border-bottom-left-radius: @bottom-left
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Gradient background
|
//Gradient background
|
||||||
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
|
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
|
||||||
background: @color;
|
background: @color;
|
||||||
background: -webkit-gradient(linear,
|
background: -webkit-gradient(linear,
|
||||||
left bottom,
|
left bottom,
|
||||||
left top,
|
left top,
|
||||||
color-stop(0, @start),
|
color-stop(0, @start),
|
||||||
color-stop(1, @stop));
|
color-stop(1, @stop));
|
||||||
background: -ms-linear-gradient(bottom,
|
background: -ms-linear-gradient(bottom,
|
||||||
@start,
|
@start,
|
||||||
@stop);
|
@stop);
|
||||||
background: -moz-linear-gradient(center bottom,
|
background: -moz-linear-gradient(center bottom,
|
||||||
@start 0%,
|
@start 0%,
|
||||||
@stop 100%);
|
@stop 100%);
|
||||||
background: -o-linear-gradient(@stop,
|
background: -o-linear-gradient(@stop,
|
||||||
@start);
|
@start);
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -222,7 +233,7 @@
|
||||||
}
|
}
|
||||||
//Hover and active states
|
//Hover and active states
|
||||||
&:hover > a,
|
&:hover > a,
|
||||||
&.active > a {
|
&.active > a {
|
||||||
color: @sidebar-light-hover-color;
|
color: @sidebar-light-hover-color;
|
||||||
background: @sidebar-light-hover-bg;
|
background: @sidebar-light-hover-bg;
|
||||||
}
|
}
|
||||||
|
@ -265,12 +276,12 @@
|
||||||
//The sidebar search form
|
//The sidebar search form
|
||||||
.sidebar-form {
|
.sidebar-form {
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
border: 1px solid @gray;//darken(@sidebar-light-bg, 5%);
|
border: 1px solid @gray; //darken(@sidebar-light-bg, 5%);
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
.btn {
|
.btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #fff;//darken(@sidebar-light-bg, 3%);
|
background-color: #fff; //darken(@sidebar-light-bg, 3%);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
.transition(all @transition-speed @transition-fn);
|
.transition(all @transition-speed @transition-fn);
|
||||||
|
@ -279,7 +290,7 @@
|
||||||
color: #666;
|
color: #666;
|
||||||
.border-radius(2px, 0, 2px, 0);
|
.border-radius(2px, 0, 2px, 0);
|
||||||
&:focus,
|
&:focus,
|
||||||
&:focus + .input-group-btn .btn {
|
&:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
@ -292,7 +303,7 @@
|
||||||
.border-radius(0, 2px, 0, 2px);
|
.border-radius(0, 2px, 0, 2px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
&.sidebar-mini.sidebar-collapse {
|
&.sidebar-mini.sidebar-collapse {
|
||||||
.sidebar-menu > li > .treeview-menu {
|
.sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid @gray;
|
border-left: 1px solid @gray;
|
||||||
|
|
|
@ -3,19 +3,22 @@
|
||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
.modal {
|
.modal {
|
||||||
background: rgba(0,0,0,.3);
|
background: rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
.border-radius(0);
|
.border-radius(0);
|
||||||
.box-shadow(0 2px 3px rgba(0,0,0,.125));
|
.box-shadow(0 2px 3px rgba(0, 0, 0, .125));
|
||||||
border: 0;
|
border: 0;
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
.box-shadow(0 2px 3px rgba(0,0,0,.125));
|
.box-shadow(0 2px 3px rgba(0, 0, 0, .125));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
border-bottom-color: @box-border-color;
|
border-bottom-color: @box-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
border-top-color: @box-border-color;
|
border-top-color: @box-border-color;
|
||||||
}
|
}
|
||||||
|
@ -31,6 +34,7 @@
|
||||||
border-color: darken(@light-blue, 10%);
|
border-color: darken(@light-blue, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-warning {
|
.modal-warning {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
&:extend(.bg-yellow);
|
&:extend(.bg-yellow);
|
||||||
|
@ -41,6 +45,7 @@
|
||||||
border-color: darken(@yellow, 10%);
|
border-color: darken(@yellow, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-info {
|
.modal-info {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
&:extend(.bg-aqua);
|
&:extend(.bg-aqua);
|
||||||
|
@ -51,6 +56,7 @@
|
||||||
border-color: darken(@aqua, 10%);
|
border-color: darken(@aqua, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-success {
|
.modal-success {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
&:extend(.bg-green);
|
&:extend(.bg-green);
|
||||||
|
@ -61,6 +67,7 @@
|
||||||
border-color: darken(@green, 10%);
|
border-color: darken(@green, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-danger {
|
.modal-danger {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
&:extend(.bg-red);
|
&:extend(.bg-red);
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
> li > a:hover,
|
> li > a:hover,
|
||||||
> li > a:active,
|
> li > a:active,
|
||||||
> li > a:focus {
|
> li > a:focus {
|
||||||
color: #444;
|
color: #444;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
@ -26,13 +26,14 @@
|
||||||
}
|
}
|
||||||
> li.active > a,
|
> li.active > a,
|
||||||
> li.active > a:hover,
|
> li.active > a:hover,
|
||||||
> li.active > a:focus {
|
> li.active > a:focus {
|
||||||
border-top-color: @light-blue;
|
border-top-color: @light-blue;
|
||||||
}
|
}
|
||||||
> li.active > a {
|
> li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* NAV STACKED */
|
/* NAV STACKED */
|
||||||
.nav-stacked {
|
.nav-stacked {
|
||||||
> li > a {
|
> li > a {
|
||||||
|
@ -88,8 +89,8 @@
|
||||||
}
|
}
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
> a:hover,
|
> a:hover,
|
||||||
> a:focus,
|
> a:focus,
|
||||||
> a:active {
|
> a:active {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -122,7 +123,7 @@
|
||||||
|
|
||||||
//Pulled to the right
|
//Pulled to the right
|
||||||
&.pull-right {
|
&.pull-right {
|
||||||
float: none!important;
|
float: none !important;
|
||||||
> li {
|
> li {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -161,12 +162,12 @@
|
||||||
|
|
||||||
.dropdown.open > a {
|
.dropdown.open > a {
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Tab color variations
|
// Tab color variations
|
||||||
&.tab-primary {
|
&.tab-primary {
|
||||||
> .nav-tabs {
|
> .nav-tabs {
|
||||||
> li.active {
|
> li.active {
|
||||||
|
@ -219,7 +220,7 @@
|
||||||
}
|
}
|
||||||
&.pagination-flat {
|
&.pagination-flat {
|
||||||
> li > a {
|
> li > a {
|
||||||
.border-radius(0)!important;
|
.border-radius(0) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
@media print {
|
@media print {
|
||||||
//Add to elements that you do not want to show when printing
|
//Add to elements that you do not want to show when printing
|
||||||
.no-print {
|
.no-print {
|
||||||
display: none!important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Elements that we want to hide when printing
|
//Elements that we want to hide when printing
|
||||||
.main-sidebar,
|
.main-sidebar,
|
||||||
.left-side,
|
.left-side,
|
||||||
|
@ -14,18 +15,21 @@
|
||||||
.content-header {
|
.content-header {
|
||||||
&:extend(.no-print);
|
&:extend(.no-print);
|
||||||
}
|
}
|
||||||
|
|
||||||
//This is the only element that should appear, so let's remove the margins
|
//This is the only element that should appear, so let's remove the margins
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
.main-footer {
|
.main-footer {
|
||||||
margin-left: 0!important;
|
margin-left: 0 !important;
|
||||||
min-height: 0!important;
|
min-height: 0 !important;
|
||||||
.translate(0,0)!important;
|
.translate(0, 0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .content-wrapper,
|
.fixed .content-wrapper,
|
||||||
.fixed .right-side {
|
.fixed .right-side {
|
||||||
padding-top: 0!important;
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Invoice printing
|
//Invoice printing
|
||||||
.invoice {
|
.invoice {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -33,16 +37,18 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invoice-col {
|
.invoice-col {
|
||||||
float: left;
|
float: left;
|
||||||
width: 33.3333333%;
|
width: 33.3333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Make sure table content displays properly
|
//Make sure table content displays properly
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
> .table tr th,
|
> .table tr th,
|
||||||
> .table tr td {
|
> .table tr td {
|
||||||
white-space: normal!important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-list-in-box > .item {
|
.product-list-in-box > .item {
|
||||||
.box-shadow(none);
|
.box-shadow(none);
|
||||||
.border-radius(0);
|
.border-radius(0);
|
||||||
|
|
|
@ -9,10 +9,12 @@
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 3px solid @gray;
|
border: 3px solid @gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-username {
|
.profile-username {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
border-bottom: 1px solid @gray;
|
border-bottom: 1px solid @gray;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
.border-radius(@progress-bar-sm-border-radius);
|
.border-radius(@progress-bar-sm-border-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress.xs,
|
.progress.xs,
|
||||||
.progress-xs {
|
.progress-xs {
|
||||||
height: 7px;
|
height: 7px;
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
.border-radius(@progress-bar-xs-border-radius);
|
.border-radius(@progress-bar-xs-border-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress.xxs,
|
.progress.xxs,
|
||||||
.progress-xxs {
|
.progress-xxs {
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
@ -34,6 +36,7 @@
|
||||||
.border-radius(@progress-bar-xs-border-radius);
|
.border-radius(@progress-bar-xs-border-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vertical bars */
|
/* Vertical bars */
|
||||||
.progress.vertical {
|
.progress.vertical {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -49,16 +52,16 @@
|
||||||
|
|
||||||
//Sizes
|
//Sizes
|
||||||
&.sm,
|
&.sm,
|
||||||
&.progress-sm{
|
&.progress-sm {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.xs,
|
&.xs,
|
||||||
&.progress-xs{
|
&.progress-xs {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
&.xxs,
|
&.xxs,
|
||||||
&.progress-xxs{
|
&.progress-xxs {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -86,6 +89,7 @@
|
||||||
.progress-bar-primary {
|
.progress-bar-primary {
|
||||||
.progress-bar-variant(@light-blue);
|
.progress-bar-variant(@light-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-green,
|
.progress-bar-green,
|
||||||
.progress-bar-success {
|
.progress-bar-success {
|
||||||
.progress-bar-variant(@green);
|
.progress-bar-variant(@green);
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.select2-selection {
|
.select2-selection {
|
||||||
&.select2-container--focus,
|
&.select2-container--focus,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.select2-selection--single {
|
.select2-selection--single {
|
||||||
|
@ -18,38 +18,48 @@
|
||||||
height: 34px;
|
height: 34px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default.select2-container--open {
|
.select2-container--default.select2-container--open {
|
||||||
border-color: @light-blue;
|
border-color: @light-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-dropdown {
|
.select2-dropdown {
|
||||||
border: 1px solid @gray;
|
border: 1px solid @gray;
|
||||||
border-radius: @input-radius;
|
border-radius: @input-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||||
background-color: @light-blue;
|
background-color: @light-blue;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-results__option {
|
.select2-results__option {
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none; }
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--single .select2-selection__rendered {
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
|
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-dropdown,
|
.select2-dropdown,
|
||||||
.select2-search--inline {
|
.select2-search--inline {
|
||||||
.select2-search__field {
|
.select2-search__field {
|
||||||
|
@ -60,9 +70,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-results__option[aria-disabled=true] {
|
.select2-container--default .select2-results__option[aria-disabled=true] {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-results__option[aria-selected=true] {
|
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
&,
|
&,
|
||||||
|
@ -84,19 +96,22 @@
|
||||||
border-color: @gray;
|
border-color: @gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||||
background-color: @light-blue;
|
background-color: @light-blue;
|
||||||
border-color: darken(@light-blue, 5%);
|
border-color: darken(@light-blue, 5%);
|
||||||
padding: 1px 10px;
|
padding: 1px 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
color: rgba(255,255,255,.7);
|
color: rgba(255, 255, 255, .7);
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--single .select2-selection__rendered {
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
.main-footer {
|
.main-footer {
|
||||||
margin-left: 50px!important;
|
margin-left: 50px !important;
|
||||||
z-index: 840;
|
z-index: 840;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
.main-sidebar {
|
.main-sidebar {
|
||||||
//Don't go away! Just shrink
|
//Don't go away! Just shrink
|
||||||
.translate(0, 0);
|
.translate(0, 0);
|
||||||
width: 50px!important;
|
width: 50px !important;
|
||||||
z-index: 850;
|
z-index: 850;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
//overflow: visible;
|
//overflow: visible;
|
||||||
}
|
}
|
||||||
> a > span:not(.pull-right),
|
> a > span:not(.pull-right),
|
||||||
> .treeview-menu {
|
> .treeview-menu {
|
||||||
display: block!important;
|
display: block !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: @sidebar-width - 50;
|
width: @sidebar-width - 50;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
|
@ -82,9 +82,9 @@
|
||||||
.sidebar-form,
|
.sidebar-form,
|
||||||
.sidebar-menu > li > a > span,
|
.sidebar-menu > li > a > span,
|
||||||
.sidebar-menu > li > .treeview-menu,
|
.sidebar-menu > li > .treeview-menu,
|
||||||
.sidebar-menu >li > a > .pull-right,
|
.sidebar-menu > li > a > .pull-right,
|
||||||
.sidebar-menu li.header {
|
.sidebar-menu li.header {
|
||||||
display: none!important;
|
display: none !important;
|
||||||
-webkit-transform: translateZ(0);
|
-webkit-transform: translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -119,14 +119,17 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-menu:hover {
|
.sidebar-menu:hover {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-form,
|
.sidebar-form,
|
||||||
.sidebar-menu > li.header {
|
.sidebar-menu > li.header {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-menu li > a {
|
.sidebar-menu li > a {
|
||||||
position: relative;
|
position: relative;
|
||||||
> .pull-right {
|
> .pull-right {
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
z-index: 810;
|
z-index: 810;
|
||||||
//Using disposable variable to join statements with a comma
|
//Using disposable variable to join statements with a comma
|
||||||
@transition-rule: @transition-speed @transition-fn,
|
@transition-rule: @transition-speed @transition-fn,
|
||||||
width @transition-speed @transition-fn;
|
width @transition-speed @transition-fn;
|
||||||
.transition-transform(@transition-rule);
|
.transition-transform(@transition-rule);
|
||||||
@media (max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
}
|
}
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.translate(-@sidebar-width, 0);
|
.translate(-@sidebar-width, 0);
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
.sidebar {
|
.sidebar {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove border from form
|
// remove border from form
|
||||||
.sidebar-form {
|
.sidebar-form {
|
||||||
input:focus {
|
input:focus {
|
||||||
|
@ -130,8 +131,8 @@
|
||||||
.treeview-menu {
|
.treeview-menu {
|
||||||
display: none;
|
display: none;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding:0;
|
padding: 0;
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
.treeview-menu {
|
.treeview-menu {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Green
|
* Skin: Green
|
||||||
* -----------
|
* -----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@green, 5%);
|
background-color: darken(@green, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Green
|
* Skin: Green
|
||||||
* -----------
|
* -----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@green, 5%);
|
background-color: darken(@green, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Purple
|
* Skin: Purple
|
||||||
* ------------
|
* ------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@purple, 5%);
|
background-color: darken(@purple, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Purple
|
* Skin: Purple
|
||||||
* ------------
|
* ------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@purple, 5%);
|
background-color: darken(@purple, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Red
|
* Skin: Red
|
||||||
* ---------
|
* ---------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@red, 5%);
|
background-color: darken(@red, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Red
|
* Skin: Red
|
||||||
* ---------
|
* ---------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@red, 5%);
|
background-color: darken(@red, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Yellow
|
* Skin: Yellow
|
||||||
* ------------
|
* ------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@yellow, 5%);
|
background-color: darken(@yellow, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Skin: Yellow
|
* Skin: Yellow
|
||||||
* ------------
|
* ------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../bootstrap-less/mixins.less";
|
@import "../../bootstrap-less/mixins.less";
|
||||||
@import "../../bootstrap-less/variables.less";
|
@import "../../bootstrap-less/variables.less";
|
||||||
@import "../variables.less";
|
@import "../variables.less";
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
background-color: darken(@yellow, 5%);
|
background-color: darken(@yellow, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: @screen-header-collapse) {
|
@media (max-width: @screen-header-collapse) {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
li {
|
li {
|
||||||
&.divider {
|
&.divider {
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: rgba(0,0,0,0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgba(0,0,0,0.15);
|
background: rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
//User single line description
|
//User single line description
|
||||||
.widget-user-desc {
|
.widget-user-desc {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* -------------------
|
* -------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.timeline{
|
.timeline {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 0 30px 0;
|
margin: 0 0 30px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -22,7 +22,6 @@
|
||||||
.border-radius(2px);
|
.border-radius(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
|
@ -22,10 +22,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.users-list-name,
|
.users-list-name,
|
||||||
.users-list-date {
|
.users-list-date {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.users-list-name {
|
.users-list-name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
@ -33,6 +35,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.users-list-date {
|
.users-list-date {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
@ -9,22 +9,27 @@
|
||||||
//COLORS
|
//COLORS
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
||||||
@light-blue: #3c8dbc; //Primary
|
@light-blue: #3c8dbc;
|
||||||
@red: #dd4b39; //Danger
|
//Primary
|
||||||
@green: #00a65a; //Success
|
@red: #dd4b39;
|
||||||
@aqua: #00c0ef; //Info
|
//Danger
|
||||||
@yellow: #f39c12; //Warning
|
@green: #00a65a;
|
||||||
@blue: #0073b7;
|
//Success
|
||||||
@navy: #001F3F;
|
@aqua: #00c0ef;
|
||||||
@teal: #39CCCC;
|
//Info
|
||||||
@olive: #3D9970;
|
@yellow: #f39c12;
|
||||||
@lime: #01FF70;
|
//Warning
|
||||||
@orange: #FF851B;
|
@blue: #0073b7;
|
||||||
@fuchsia: #F012BE;
|
@navy: #001F3F;
|
||||||
@purple: #605ca8;
|
@teal: #39CCCC;
|
||||||
@maroon: #D81B60;
|
@olive: #3D9970;
|
||||||
@black: #111;
|
@lime: #01FF70;
|
||||||
@gray: #d2d6de;
|
@orange: #FF851B;
|
||||||
|
@fuchsia: #F012BE;
|
||||||
|
@purple: #605ca8;
|
||||||
|
@maroon: #D81B60;
|
||||||
|
@black: #111;
|
||||||
|
@gray: #d2d6de;
|
||||||
|
|
||||||
//LAYOUT
|
//LAYOUT
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
@ -37,7 +42,7 @@
|
||||||
@screen-header-collapse: @screen-xs-max;
|
@screen-header-collapse: @screen-xs-max;
|
||||||
|
|
||||||
//Link colors (Aka: <a> tags)
|
//Link colors (Aka: <a> tags)
|
||||||
@link-color: @light-blue;
|
@link-color: @light-blue;
|
||||||
@link-hover-color: lighten(@link-color, 15%);
|
@link-hover-color: lighten(@link-color, 15%);
|
||||||
|
|
||||||
//Body background (Affects main content background only)
|
//Body background (Affects main content background only)
|
||||||
|
@ -47,35 +52,34 @@
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
||||||
//Dark sidebar
|
//Dark sidebar
|
||||||
@sidebar-dark-bg: #222d32;
|
@sidebar-dark-bg: #222d32;
|
||||||
@sidebar-dark-hover-bg: darken(@sidebar-dark-bg, 2%);
|
@sidebar-dark-hover-bg: darken(@sidebar-dark-bg, 2%);
|
||||||
@sidebar-dark-color: lighten(@sidebar-dark-bg, 60%);
|
@sidebar-dark-color: lighten(@sidebar-dark-bg, 60%);
|
||||||
@sidebar-dark-hover-color: #fff;
|
@sidebar-dark-hover-color: #fff;
|
||||||
@sidebar-dark-submenu-bg: lighten(@sidebar-dark-bg, 5%);
|
@sidebar-dark-submenu-bg: lighten(@sidebar-dark-bg, 5%);
|
||||||
@sidebar-dark-submenu-color: lighten(@sidebar-dark-submenu-bg, 40%);
|
@sidebar-dark-submenu-color: lighten(@sidebar-dark-submenu-bg, 40%);
|
||||||
@sidebar-dark-submenu-hover-color: #fff;
|
@sidebar-dark-submenu-hover-color: #fff;
|
||||||
|
|
||||||
//Light sidebar
|
//Light sidebar
|
||||||
@sidebar-light-bg: #f9fafc;
|
@sidebar-light-bg: #f9fafc;
|
||||||
@sidebar-light-hover-bg: lighten(#f0f0f1, 1.5%);
|
@sidebar-light-hover-bg: lighten(#f0f0f1, 1.5%);
|
||||||
@sidebar-light-color: #444;
|
@sidebar-light-color: #444;
|
||||||
@sidebar-light-hover-color: #000;
|
@sidebar-light-hover-color: #000;
|
||||||
@sidebar-light-submenu-bg: @sidebar-light-hover-bg;
|
@sidebar-light-submenu-bg: @sidebar-light-hover-bg;
|
||||||
@sidebar-light-submenu-color: #777;
|
@sidebar-light-submenu-color: #777;
|
||||||
@sidebar-light-submenu-hover-color: #000;
|
@sidebar-light-submenu-hover-color: #000;
|
||||||
|
|
||||||
//CONTROL SIDEBAR
|
//CONTROL SIDEBAR
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@control-sidebar-width: @sidebar-width;
|
@control-sidebar-width: @sidebar-width;
|
||||||
|
|
||||||
|
|
||||||
//BOXES
|
//BOXES
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@box-border-color: #f4f4f4;
|
@box-border-color: #f4f4f4;
|
||||||
@box-border-radius: 3px;
|
@box-border-radius: 3px;
|
||||||
@box-footer-bg: #fff;
|
@box-footer-bg: #fff;
|
||||||
@box-boxshadow: 0 1px 1px rgba(0, 0, 0, .1);
|
@box-boxshadow: 0 1px 1px rgba(0, 0, 0, .1);
|
||||||
@box-padding: 10px;
|
@box-padding: 10px;
|
||||||
|
|
||||||
//Box variants
|
//Box variants
|
||||||
@box-default-border-top-color: #d2d6de;
|
@box-default-border-top-color: #d2d6de;
|
||||||
|
@ -86,7 +90,7 @@
|
||||||
|
|
||||||
//PROGRESS BARS
|
//PROGRESS BARS
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@progress-bar-border-radius: 1px;
|
@progress-bar-border-radius: 1px;
|
||||||
@progress-bar-sm-border-radius: 1px;
|
@progress-bar-sm-border-radius: 1px;
|
||||||
@progress-bar-xs-border-radius: 1px;
|
@progress-bar-xs-border-radius: 1px;
|
||||||
|
|
||||||
|
@ -102,12 +106,11 @@
|
||||||
|
|
||||||
//DIRECT CHAT
|
//DIRECT CHAT
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@direct-chat-height: 250px;
|
@direct-chat-height: 250px;
|
||||||
@direct-chat-default-msg-bg: @gray;
|
@direct-chat-default-msg-bg: @gray;
|
||||||
@direct-chat-default-font-color: #444;
|
@direct-chat-default-font-color: #444;
|
||||||
@direct-chat-default-msg-border-color: @gray;
|
@direct-chat-default-msg-border-color: @gray;
|
||||||
|
|
||||||
|
|
||||||
//CHAT WIDGET
|
//CHAT WIDGET
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@attachment-border-radius: 3px;
|
@attachment-border-radius: 3px;
|
||||||
|
@ -117,4 +120,5 @@
|
||||||
|
|
||||||
//Transition global options
|
//Transition global options
|
||||||
@transition-speed: .3s;
|
@transition-speed: .3s;
|
||||||
@transition-fn: ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15);
|
@transition-fn: ease-in-out;
|
||||||
|
//cubic-bezier(0.32,1.25,0.375,1.15);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -7,19 +7,24 @@
|
||||||
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header .navbar-toggle {
|
.skin-black-light .main-header .navbar-toggle {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header .navbar-brand {
|
.skin-black-light .main-header .navbar-brand {
|
||||||
color: #333;
|
color: #333;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar {
|
.skin-black-light .main-header > .navbar {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .nav > li > a {
|
.skin-black-light .main-header > .navbar .nav > li > a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .nav > li > a:hover,
|
.skin-black-light .main-header > .navbar .nav > li > a:hover,
|
||||||
.skin-black-light .main-header > .navbar .nav > li > a:active,
|
.skin-black-light .main-header > .navbar .nav > li > a:active,
|
||||||
.skin-black-light .main-header > .navbar .nav > li > a:focus,
|
.skin-black-light .main-header > .navbar .nav > li > a:focus,
|
||||||
|
@ -30,34 +35,42 @@
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .sidebar-toggle {
|
.skin-black-light .main-header > .navbar .sidebar-toggle {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .sidebar-toggle:hover {
|
.skin-black-light .main-header > .navbar .sidebar-toggle:hover {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar > .sidebar-toggle {
|
.skin-black-light .main-header > .navbar > .sidebar-toggle {
|
||||||
color: #333;
|
color: #333;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .navbar-nav > li > a {
|
.skin-black-light .main-header > .navbar .navbar-nav > li > a {
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
|
.skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
|
||||||
.skin-black-light .main-header > .navbar .navbar-right > li > a {
|
.skin-black-light .main-header > .navbar .navbar-right > li > a {
|
||||||
border-left: 1px solid #eee;
|
border-left: 1px solid #eee;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .logo {
|
.skin-black-light .main-header > .logo {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .logo:hover {
|
.skin-black-light .main-header > .logo:hover {
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-black-light .main-header > .logo {
|
.skin-black-light .main-header > .logo {
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
|
@ -65,78 +78,98 @@
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header > .logo:hover {
|
.skin-black-light .main-header > .logo:hover {
|
||||||
background-color: #1f1f1f;
|
background-color: #1f1f1f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .main-header li.user-header {
|
.skin-black-light .main-header li.user-header {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .content-header {
|
.skin-black-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .wrapper,
|
.skin-black-light .wrapper,
|
||||||
.skin-black-light .main-sidebar,
|
.skin-black-light .main-sidebar,
|
||||||
.skin-black-light .left-side {
|
.skin-black-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .content-wrapper,
|
.skin-black-light .content-wrapper,
|
||||||
.skin-black-light .main-footer {
|
.skin-black-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .user-panel > .info,
|
.skin-black-light .user-panel > .info,
|
||||||
.skin-black-light .user-panel > .info > a {
|
.skin-black-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li {
|
.skin-black-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li.header {
|
.skin-black-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li > a {
|
.skin-black-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li:hover > a,
|
.skin-black-light .sidebar-menu > li:hover > a,
|
||||||
.skin-black-light .sidebar-menu > li.active > a {
|
.skin-black-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li.active {
|
.skin-black-light .sidebar-menu > li.active {
|
||||||
border-left-color: #ffffff;
|
border-left-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li.active > a {
|
.skin-black-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-menu > li > .treeview-menu {
|
.skin-black-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar a {
|
.skin-black-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar a:hover {
|
.skin-black-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .treeview-menu > li > a {
|
.skin-black-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .treeview-menu > li.active > a,
|
.skin-black-light .treeview-menu > li.active > a,
|
||||||
.skin-black-light .treeview-menu > li > a:hover {
|
.skin-black-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .treeview-menu > li.active > a {
|
.skin-black-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form {
|
.skin-black-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form input[type="text"],
|
.skin-black-light .sidebar-form input[type="text"],
|
||||||
.skin-black-light .sidebar-form .btn {
|
.skin-black-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -147,6 +180,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form input[type="text"] {
|
.skin-black-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -154,14 +188,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form input[type="text"]:focus,
|
.skin-black-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black-light .sidebar-form .btn {
|
.skin-black-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -169,6 +206,7 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
|
|
|
@ -1 +1,194 @@
|
||||||
.skin-black-light .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black-light .main-header .navbar-toggle{color:#333}.skin-black-light .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar{background-color:#fff}.skin-black-light .main-header>.navbar .nav>li>a{color:#333}.skin-black-light .main-header>.navbar .nav>li>a:hover,.skin-black-light .main-header>.navbar .nav>li>a:active,.skin-black-light .main-header>.navbar .nav>li>a:focus,.skin-black-light .main-header>.navbar .nav .open>a,.skin-black-light .main-header>.navbar .nav .open>a:hover,.skin-black-light .main-header>.navbar .nav .open>a:focus,.skin-black-light .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black-light .main-header>.navbar .sidebar-toggle{color:#333}.skin-black-light .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black-light .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black-light .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black-light .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black-light .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black-light .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black-light .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black-light .main-header li.user-header{background-color:#222}.skin-black-light .content-header{background:transparent;box-shadow:none}.skin-black-light .wrapper,.skin-black-light .main-sidebar,.skin-black-light .left-side{background-color:#f9fafc}.skin-black-light .content-wrapper,.skin-black-light .main-footer{border-left:1px solid #d2d6de}.skin-black-light .user-panel>.info,.skin-black-light .user-panel>.info>a{color:#444}.skin-black-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-black-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-black-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-black-light .sidebar-menu>li:hover>a,.skin-black-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-black-light .sidebar-menu>li.active{border-left-color:#fff}.skin-black-light .sidebar-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-black-light .sidebar a{color:#444}.skin-black-light .sidebar a:hover{text-decoration:none}.skin-black-light .treeview-menu>li>a{color:#777}.skin-black-light .treeview-menu>li.active>a,.skin-black-light .treeview-menu>li>a:hover{color:#000}.skin-black-light .treeview-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-black-light .sidebar-form input[type="text"],.skin-black-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black-light .sidebar-form input[type="text"]:focus,.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
|
.skin-black-light .main-header {
|
||||||
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header .navbar-toggle {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header .navbar-brand {
|
||||||
|
color: #333;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar {
|
||||||
|
background-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .nav > li > a {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .nav > li > a:hover, .skin-black-light .main-header > .navbar .nav > li > a:active, .skin-black-light .main-header > .navbar .nav > li > a:focus, .skin-black-light .main-header > .navbar .nav .open > a, .skin-black-light .main-header > .navbar .nav .open > a:hover, .skin-black-light .main-header > .navbar .nav .open > a:focus, .skin-black-light .main-header > .navbar .nav > .active > a {
|
||||||
|
background: #fff;
|
||||||
|
color: #999
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .sidebar-toggle {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .sidebar-toggle:hover {
|
||||||
|
color: #999;
|
||||||
|
background: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar > .sidebar-toggle {
|
||||||
|
color: #333;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .navbar-nav > li > a {
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black-light .main-header > .navbar .navbar-right > li > a {
|
||||||
|
border-left: 1px solid #eee;
|
||||||
|
border-right-width: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .logo {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #333;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .logo:hover {
|
||||||
|
background-color: #fcfcfc
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-black-light .main-header > .logo {
|
||||||
|
background-color: #222;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
border-right: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header > .logo:hover {
|
||||||
|
background-color: #1f1f1f
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .main-header li.user-header {
|
||||||
|
background-color: #222
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .content-header {
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .content-wrapper, .skin-black-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .user-panel > .info, .skin-black-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li:hover > a, .skin-black-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .treeview-menu > li.active > a, .skin-black-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form input[type="text"], .skin-black-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form input[type="text"]:focus, .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
|
@ -7,19 +7,24 @@
|
||||||
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header .navbar-toggle {
|
.skin-black .main-header .navbar-toggle {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header .navbar-brand {
|
.skin-black .main-header .navbar-brand {
|
||||||
color: #333;
|
color: #333;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar {
|
.skin-black .main-header > .navbar {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .nav > li > a {
|
.skin-black .main-header > .navbar .nav > li > a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .nav > li > a:hover,
|
.skin-black .main-header > .navbar .nav > li > a:hover,
|
||||||
.skin-black .main-header > .navbar .nav > li > a:active,
|
.skin-black .main-header > .navbar .nav > li > a:active,
|
||||||
.skin-black .main-header > .navbar .nav > li > a:focus,
|
.skin-black .main-header > .navbar .nav > li > a:focus,
|
||||||
|
@ -30,34 +35,42 @@
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .sidebar-toggle {
|
.skin-black .main-header > .navbar .sidebar-toggle {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .sidebar-toggle:hover {
|
.skin-black .main-header > .navbar .sidebar-toggle:hover {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar > .sidebar-toggle {
|
.skin-black .main-header > .navbar > .sidebar-toggle {
|
||||||
color: #333;
|
color: #333;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .navbar-nav > li > a {
|
.skin-black .main-header > .navbar .navbar-nav > li > a {
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
|
.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
|
||||||
.skin-black .main-header > .navbar .navbar-right > li > a {
|
.skin-black .main-header > .navbar .navbar-right > li > a {
|
||||||
border-left: 1px solid #eee;
|
border-left: 1px solid #eee;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .logo {
|
.skin-black .main-header > .logo {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .logo:hover {
|
.skin-black .main-header > .logo:hover {
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-black .main-header > .logo {
|
.skin-black .main-header > .logo {
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
|
@ -65,61 +78,76 @@
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header > .logo:hover {
|
.skin-black .main-header > .logo:hover {
|
||||||
background-color: #1f1f1f;
|
background-color: #1f1f1f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .main-header li.user-header {
|
.skin-black .main-header li.user-header {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .content-header {
|
.skin-black .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .wrapper,
|
.skin-black .wrapper,
|
||||||
.skin-black .main-sidebar,
|
.skin-black .main-sidebar,
|
||||||
.skin-black .left-side {
|
.skin-black .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .user-panel > .info,
|
.skin-black .user-panel > .info,
|
||||||
.skin-black .user-panel > .info > a {
|
.skin-black .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-menu > li.header {
|
.skin-black .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-menu > li > a {
|
.skin-black .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-menu > li:hover > a,
|
.skin-black .sidebar-menu > li:hover > a,
|
||||||
.skin-black .sidebar-menu > li.active > a {
|
.skin-black .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #ffffff;
|
border-left-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-menu > li > .treeview-menu {
|
.skin-black .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar a {
|
.skin-black .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar a:hover {
|
.skin-black .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .treeview-menu > li > a {
|
.skin-black .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .treeview-menu > li.active > a,
|
.skin-black .treeview-menu > li.active > a,
|
||||||
.skin-black .treeview-menu > li > a:hover {
|
.skin-black .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form {
|
.skin-black .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form input[type="text"],
|
.skin-black .sidebar-form input[type="text"],
|
||||||
.skin-black .sidebar-form .btn {
|
.skin-black .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -130,6 +158,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form input[type="text"] {
|
.skin-black .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -137,14 +166,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form input[type="text"]:focus,
|
.skin-black .sidebar-form input[type="text"]:focus,
|
||||||
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-black .sidebar-form .btn {
|
.skin-black .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -1 +1,167 @@
|
||||||
.skin-black .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black .main-header .navbar-toggle{color:#333}.skin-black .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar{background-color:#fff}.skin-black .main-header>.navbar .nav>li>a{color:#333}.skin-black .main-header>.navbar .nav>li>a:hover,.skin-black .main-header>.navbar .nav>li>a:active,.skin-black .main-header>.navbar .nav>li>a:focus,.skin-black .main-header>.navbar .nav .open>a,.skin-black .main-header>.navbar .nav .open>a:hover,.skin-black .main-header>.navbar .nav .open>a:focus,.skin-black .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black .main-header>.navbar .sidebar-toggle{color:#333}.skin-black .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black .main-header li.user-header{background-color:#222}.skin-black .content-header{background:transparent;box-shadow:none}.skin-black .wrapper,.skin-black .main-sidebar,.skin-black .left-side{background-color:#222d32}.skin-black .user-panel>.info,.skin-black .user-panel>.info>a{color:#fff}.skin-black .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-black .sidebar-menu>li>a{border-left:3px solid transparent}.skin-black .sidebar-menu>li:hover>a,.skin-black .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#fff}.skin-black .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-black .sidebar a{color:#b8c7ce}.skin-black .sidebar a:hover{text-decoration:none}.skin-black .treeview-menu>li>a{color:#8aa4af}.skin-black .treeview-menu>li.active>a,.skin-black .treeview-menu>li>a:hover{color:#fff}.skin-black .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-black .sidebar-form input[type="text"],.skin-black .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black .sidebar-form input[type="text"]:focus,.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
|
.skin-black .main-header {
|
||||||
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header .navbar-toggle {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header .navbar-brand {
|
||||||
|
color: #333;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar {
|
||||||
|
background-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .nav > li > a {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .nav > li > a:hover, .skin-black .main-header > .navbar .nav > li > a:active, .skin-black .main-header > .navbar .nav > li > a:focus, .skin-black .main-header > .navbar .nav .open > a, .skin-black .main-header > .navbar .nav .open > a:hover, .skin-black .main-header > .navbar .nav .open > a:focus, .skin-black .main-header > .navbar .nav > .active > a {
|
||||||
|
background: #fff;
|
||||||
|
color: #999
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .sidebar-toggle {
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .sidebar-toggle:hover {
|
||||||
|
color: #999;
|
||||||
|
background: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar > .sidebar-toggle {
|
||||||
|
color: #333;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .navbar-nav > li > a {
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header > .navbar .navbar-right > li > a {
|
||||||
|
border-left: 1px solid #eee;
|
||||||
|
border-right-width: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .logo {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #333;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
border-right: 1px solid #eee
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .logo:hover {
|
||||||
|
background-color: #fcfcfc
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-black .main-header > .logo {
|
||||||
|
background-color: #222;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
border-right: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header > .logo:hover {
|
||||||
|
background-color: #1f1f1f
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .main-header li.user-header {
|
||||||
|
background-color: #222
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .content-header {
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .user-panel > .info, .skin-black .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .treeview-menu > li.active > a, .skin-black .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-black .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-blue-light .main-header .navbar {
|
.skin-blue-light .main-header .navbar {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .nav > li > a {
|
.skin-blue-light .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .nav > li > a:hover,
|
.skin-blue-light .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-blue-light .main-header .navbar .nav > li > a:active,
|
.skin-blue-light .main-header .navbar .nav > li > a:active,
|
||||||
.skin-blue-light .main-header .navbar .nav > li > a:focus,
|
.skin-blue-light .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,105 +20,133 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #367fa9;
|
background-color: #367fa9;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-blue-light .main-header .navbar .dropdown-menu li.divider {
|
.skin-blue-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .dropdown-menu li a {
|
.skin-blue-light .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
|
.skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #367fa9;
|
background: #367fa9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .logo {
|
.skin-blue-light .main-header .logo {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header .logo:hover {
|
.skin-blue-light .main-header .logo:hover {
|
||||||
background-color: #3b8ab8;
|
background-color: #3b8ab8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-header li.user-header {
|
.skin-blue-light .main-header li.user-header {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .content-header {
|
.skin-blue-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .wrapper,
|
.skin-blue-light .wrapper,
|
||||||
.skin-blue-light .main-sidebar,
|
.skin-blue-light .main-sidebar,
|
||||||
.skin-blue-light .left-side {
|
.skin-blue-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .content-wrapper,
|
.skin-blue-light .content-wrapper,
|
||||||
.skin-blue-light .main-footer {
|
.skin-blue-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .user-panel > .info,
|
.skin-blue-light .user-panel > .info,
|
||||||
.skin-blue-light .user-panel > .info > a {
|
.skin-blue-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li {
|
.skin-blue-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li.header {
|
.skin-blue-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li > a {
|
.skin-blue-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li:hover > a,
|
.skin-blue-light .sidebar-menu > li:hover > a,
|
||||||
.skin-blue-light .sidebar-menu > li.active > a {
|
.skin-blue-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li.active {
|
.skin-blue-light .sidebar-menu > li.active {
|
||||||
border-left-color: #3c8dbc;
|
border-left-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li.active > a {
|
.skin-blue-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li > .treeview-menu {
|
.skin-blue-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar a {
|
.skin-blue-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar a:hover {
|
.skin-blue-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .treeview-menu > li > a {
|
.skin-blue-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .treeview-menu > li.active > a,
|
.skin-blue-light .treeview-menu > li.active > a,
|
||||||
.skin-blue-light .treeview-menu > li > a:hover {
|
.skin-blue-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .treeview-menu > li.active > a {
|
.skin-blue-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form {
|
.skin-blue-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form input[type="text"],
|
.skin-blue-light .sidebar-form input[type="text"],
|
||||||
.skin-blue-light .sidebar-form .btn {
|
.skin-blue-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -127,6 +157,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form input[type="text"] {
|
.skin-blue-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -134,14 +165,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form input[type="text"]:focus,
|
.skin-blue-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .sidebar-form .btn {
|
.skin-blue-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -149,19 +183,23 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue-light .main-footer {
|
.skin-blue-light .main-footer {
|
||||||
border-top-color: #d2d6de;
|
border-top-color: #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue.layout-top-nav .main-header > .logo {
|
.skin-blue.layout-top-nav .main-header > .logo {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
||||||
background-color: #3b8ab8;
|
background-color: #3b8ab8;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,187 @@
|
||||||
.skin-blue-light .main-header .navbar{background-color:#3c8dbc}.skin-blue-light .main-header .navbar .nav>li>a{color:#fff}.skin-blue-light .main-header .navbar .nav>li>a:hover,.skin-blue-light .main-header .navbar .nav>li>a:active,.skin-blue-light .main-header .navbar .nav>li>a:focus,.skin-blue-light .main-header .navbar .nav .open>a,.skin-blue-light .main-header .navbar .nav .open>a:hover,.skin-blue-light .main-header .navbar .nav .open>a:focus,.skin-blue-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue-light .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue-light .main-header .logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue-light .main-header .logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header li.user-header{background-color:#3c8dbc}.skin-blue-light .content-header{background:transparent}.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side{background-color:#f9fafc}.skin-blue-light .content-wrapper,.skin-blue-light .main-footer{border-left:1px solid #d2d6de}.skin-blue-light .user-panel>.info,.skin-blue-light .user-panel>.info>a{color:#444}.skin-blue-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-blue-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-blue-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-blue-light .sidebar-menu>li.active{border-left-color:#3c8dbc}.skin-blue-light .sidebar-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-blue-light .sidebar a{color:#444}.skin-blue-light .sidebar a:hover{text-decoration:none}.skin-blue-light .treeview-menu>li>a{color:#777}.skin-blue-light .treeview-menu>li.active>a,.skin-blue-light .treeview-menu>li>a:hover{color:#000}.skin-blue-light .treeview-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-blue-light .sidebar-form input[type="text"],.skin-blue-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue-light .sidebar-form input[type="text"]:focus,.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-blue-light .main-footer{border-top-color:#d2d6de}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}
|
.skin-blue-light .main-header .navbar {
|
||||||
|
background-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .nav > li > a:hover, .skin-blue-light .main-header .navbar .nav > li > a:active, .skin-blue-light .main-header .navbar .nav > li > a:focus, .skin-blue-light .main-header .navbar .nav .open > a, .skin-blue-light .main-header .navbar .nav .open > a:hover, .skin-blue-light .main-header .navbar .nav .open > a:focus, .skin-blue-light .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #367fa9
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-blue-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #367fa9
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .logo {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header .logo:hover {
|
||||||
|
background-color: #3b8ab8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-header li.user-header {
|
||||||
|
background-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .content-wrapper, .skin-blue-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .user-panel > .info, .skin-blue-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .treeview-menu > li.active > a, .skin-blue-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form input[type="text"], .skin-blue-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form input[type="text"]:focus, .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue-light .main-footer {
|
||||||
|
border-top-color: #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
||||||
|
background-color: #3b8ab8
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-blue .main-header .navbar {
|
.skin-blue .main-header .navbar {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .nav > li > a {
|
.skin-blue .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .nav > li > a:hover,
|
.skin-blue .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-blue .main-header .navbar .nav > li > a:active,
|
.skin-blue .main-header .navbar .nav > li > a:active,
|
||||||
.skin-blue .main-header .navbar .nav > li > a:focus,
|
.skin-blue .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,88 +20,111 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .sidebar-toggle {
|
.skin-blue .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .sidebar-toggle {
|
.skin-blue .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #367fa9;
|
background-color: #367fa9;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-blue .main-header .navbar .dropdown-menu li.divider {
|
.skin-blue .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .dropdown-menu li a {
|
.skin-blue .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .navbar .dropdown-menu li a:hover {
|
.skin-blue .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #367fa9;
|
background: #367fa9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .logo {
|
.skin-blue .main-header .logo {
|
||||||
background-color: #367fa9;
|
background-color: #367fa9;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header .logo:hover {
|
.skin-blue .main-header .logo:hover {
|
||||||
background-color: #357ca5;
|
background-color: #357ca5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .main-header li.user-header {
|
.skin-blue .main-header li.user-header {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .content-header {
|
.skin-blue .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .wrapper,
|
.skin-blue .wrapper,
|
||||||
.skin-blue .main-sidebar,
|
.skin-blue .main-sidebar,
|
||||||
.skin-blue .left-side {
|
.skin-blue .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .user-panel > .info,
|
.skin-blue .user-panel > .info,
|
||||||
.skin-blue .user-panel > .info > a {
|
.skin-blue .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-menu > li.header {
|
.skin-blue .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-menu > li > a {
|
.skin-blue .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-menu > li:hover > a,
|
.skin-blue .sidebar-menu > li:hover > a,
|
||||||
.skin-blue .sidebar-menu > li.active > a {
|
.skin-blue .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #3c8dbc;
|
border-left-color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-menu > li > .treeview-menu {
|
.skin-blue .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar a {
|
.skin-blue .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar a:hover {
|
.skin-blue .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .treeview-menu > li > a {
|
.skin-blue .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .treeview-menu > li.active > a,
|
.skin-blue .treeview-menu > li.active > a,
|
||||||
.skin-blue .treeview-menu > li > a:hover {
|
.skin-blue .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form {
|
.skin-blue .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form input[type="text"],
|
.skin-blue .sidebar-form input[type="text"],
|
||||||
.skin-blue .sidebar-form .btn {
|
.skin-blue .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -110,6 +135,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form input[type="text"] {
|
.skin-blue .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -117,14 +143,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form input[type="text"]:focus,
|
.skin-blue .sidebar-form input[type="text"]:focus,
|
||||||
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue .sidebar-form .btn {
|
.skin-blue .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -132,11 +161,13 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue.layout-top-nav .main-header > .logo {
|
.skin-blue.layout-top-nav .main-header > .logo {
|
||||||
background-color: #3c8dbc;
|
background-color: #3c8dbc;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
||||||
background-color: #3b8ab8;
|
background-color: #3b8ab8;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,156 @@
|
||||||
.skin-blue .main-header .navbar{background-color:#3c8dbc}.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue .main-header .logo{background-color:#367fa9;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header .logo:hover{background-color:#357ca5}.skin-blue .main-header li.user-header{background-color:#3c8dbc}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#3c8dbc}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .treeview-menu>li>a{color:#8aa4af}.skin-blue .treeview-menu>li.active>a,.skin-blue .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}
|
.skin-blue .main-header .navbar {
|
||||||
|
background-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #367fa9
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-blue .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #367fa9
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .logo {
|
||||||
|
background-color: #367fa9;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header .logo:hover {
|
||||||
|
background-color: #357ca5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .main-header li.user-header {
|
||||||
|
background-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #3c8dbc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
||||||
|
background-color: #3b8ab8
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-green-light .main-header .navbar {
|
.skin-green-light .main-header .navbar {
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .nav > li > a {
|
.skin-green-light .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .nav > li > a:hover,
|
.skin-green-light .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-green-light .main-header .navbar .nav > li > a:active,
|
.skin-green-light .main-header .navbar .nav > li > a:active,
|
||||||
.skin-green-light .main-header .navbar .nav > li > a:focus,
|
.skin-green-light .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,105 +20,133 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .sidebar-toggle {
|
.skin-green-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .sidebar-toggle {
|
.skin-green-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #008d4c;
|
background-color: #008d4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-green-light .main-header .navbar .dropdown-menu li.divider {
|
.skin-green-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .dropdown-menu li a {
|
.skin-green-light .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .navbar .dropdown-menu li a:hover {
|
.skin-green-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #008d4c;
|
background: #008d4c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .logo {
|
.skin-green-light .main-header .logo {
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header .logo:hover {
|
.skin-green-light .main-header .logo:hover {
|
||||||
background-color: #00a157;
|
background-color: #00a157;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .main-header li.user-header {
|
.skin-green-light .main-header li.user-header {
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .content-header {
|
.skin-green-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .wrapper,
|
.skin-green-light .wrapper,
|
||||||
.skin-green-light .main-sidebar,
|
.skin-green-light .main-sidebar,
|
||||||
.skin-green-light .left-side {
|
.skin-green-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .content-wrapper,
|
.skin-green-light .content-wrapper,
|
||||||
.skin-green-light .main-footer {
|
.skin-green-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .user-panel > .info,
|
.skin-green-light .user-panel > .info,
|
||||||
.skin-green-light .user-panel > .info > a {
|
.skin-green-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li {
|
.skin-green-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li.header {
|
.skin-green-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li > a {
|
.skin-green-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li:hover > a,
|
.skin-green-light .sidebar-menu > li:hover > a,
|
||||||
.skin-green-light .sidebar-menu > li.active > a {
|
.skin-green-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li.active {
|
.skin-green-light .sidebar-menu > li.active {
|
||||||
border-left-color: #00a65a;
|
border-left-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li.active > a {
|
.skin-green-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-menu > li > .treeview-menu {
|
.skin-green-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar a {
|
.skin-green-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar a:hover {
|
.skin-green-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .treeview-menu > li > a {
|
.skin-green-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .treeview-menu > li.active > a,
|
.skin-green-light .treeview-menu > li.active > a,
|
||||||
.skin-green-light .treeview-menu > li > a:hover {
|
.skin-green-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .treeview-menu > li.active > a {
|
.skin-green-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form {
|
.skin-green-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form input[type="text"],
|
.skin-green-light .sidebar-form input[type="text"],
|
||||||
.skin-green-light .sidebar-form .btn {
|
.skin-green-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -127,6 +157,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form input[type="text"] {
|
.skin-green-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -134,14 +165,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form input[type="text"]:focus,
|
.skin-green-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green-light .sidebar-form .btn {
|
.skin-green-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -149,6 +183,7 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
|
|
|
@ -1 +1,173 @@
|
||||||
.skin-green-light .main-header .navbar{background-color:#00a65a}.skin-green-light .main-header .navbar .nav>li>a{color:#fff}.skin-green-light .main-header .navbar .nav>li>a:hover,.skin-green-light .main-header .navbar .nav>li>a:active,.skin-green-light .main-header .navbar .nav>li>a:focus,.skin-green-light .main-header .navbar .nav .open>a,.skin-green-light .main-header .navbar .nav .open>a:hover,.skin-green-light .main-header .navbar .nav .open>a:focus,.skin-green-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green-light .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green-light .main-header .logo{background-color:#00a65a;color:#fff;border-bottom:0 solid transparent}.skin-green-light .main-header .logo:hover{background-color:#00a157}.skin-green-light .main-header li.user-header{background-color:#00a65a}.skin-green-light .content-header{background:transparent}.skin-green-light .wrapper,.skin-green-light .main-sidebar,.skin-green-light .left-side{background-color:#f9fafc}.skin-green-light .content-wrapper,.skin-green-light .main-footer{border-left:1px solid #d2d6de}.skin-green-light .user-panel>.info,.skin-green-light .user-panel>.info>a{color:#444}.skin-green-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-green-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-green-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-green-light .sidebar-menu>li:hover>a,.skin-green-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-green-light .sidebar-menu>li.active{border-left-color:#00a65a}.skin-green-light .sidebar-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-green-light .sidebar a{color:#444}.skin-green-light .sidebar a:hover{text-decoration:none}.skin-green-light .treeview-menu>li>a{color:#777}.skin-green-light .treeview-menu>li.active>a,.skin-green-light .treeview-menu>li>a:hover{color:#000}.skin-green-light .treeview-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-green-light .sidebar-form input[type="text"],.skin-green-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green-light .sidebar-form input[type="text"]:focus,.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
|
.skin-green-light .main-header .navbar {
|
||||||
|
background-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .nav > li > a:hover, .skin-green-light .main-header .navbar .nav > li > a:active, .skin-green-light .main-header .navbar .nav > li > a:focus, .skin-green-light .main-header .navbar .nav .open > a, .skin-green-light .main-header .navbar .nav .open > a:hover, .skin-green-light .main-header .navbar .nav .open > a:focus, .skin-green-light .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #008d4c
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-green-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #008d4c
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .logo {
|
||||||
|
background-color: #00a65a;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header .logo:hover {
|
||||||
|
background-color: #00a157
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .main-header li.user-header {
|
||||||
|
background-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .wrapper, .skin-green-light .main-sidebar, .skin-green-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .content-wrapper, .skin-green-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .user-panel > .info, .skin-green-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .treeview-menu > li.active > a, .skin-green-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form input[type="text"], .skin-green-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form input[type="text"]:focus, .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-green .main-header .navbar {
|
.skin-green .main-header .navbar {
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .nav > li > a {
|
.skin-green .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .nav > li > a:hover,
|
.skin-green .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-green .main-header .navbar .nav > li > a:active,
|
.skin-green .main-header .navbar .nav > li > a:active,
|
||||||
.skin-green .main-header .navbar .nav > li > a:focus,
|
.skin-green .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,88 +20,111 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .sidebar-toggle {
|
.skin-green .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .sidebar-toggle {
|
.skin-green .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #008d4c;
|
background-color: #008d4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-green .main-header .navbar .dropdown-menu li.divider {
|
.skin-green .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .dropdown-menu li a {
|
.skin-green .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .navbar .dropdown-menu li a:hover {
|
.skin-green .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #008d4c;
|
background: #008d4c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .logo {
|
.skin-green .main-header .logo {
|
||||||
background-color: #008d4c;
|
background-color: #008d4c;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header .logo:hover {
|
.skin-green .main-header .logo:hover {
|
||||||
background-color: #008749;
|
background-color: #008749;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .main-header li.user-header {
|
.skin-green .main-header li.user-header {
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .content-header {
|
.skin-green .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .wrapper,
|
.skin-green .wrapper,
|
||||||
.skin-green .main-sidebar,
|
.skin-green .main-sidebar,
|
||||||
.skin-green .left-side {
|
.skin-green .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .user-panel > .info,
|
.skin-green .user-panel > .info,
|
||||||
.skin-green .user-panel > .info > a {
|
.skin-green .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-menu > li.header {
|
.skin-green .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-menu > li > a {
|
.skin-green .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-menu > li:hover > a,
|
.skin-green .sidebar-menu > li:hover > a,
|
||||||
.skin-green .sidebar-menu > li.active > a {
|
.skin-green .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #00a65a;
|
border-left-color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-menu > li > .treeview-menu {
|
.skin-green .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar a {
|
.skin-green .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar a:hover {
|
.skin-green .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .treeview-menu > li > a {
|
.skin-green .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .treeview-menu > li.active > a,
|
.skin-green .treeview-menu > li.active > a,
|
||||||
.skin-green .treeview-menu > li > a:hover {
|
.skin-green .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form {
|
.skin-green .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form input[type="text"],
|
.skin-green .sidebar-form input[type="text"],
|
||||||
.skin-green .sidebar-form .btn {
|
.skin-green .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -110,6 +135,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form input[type="text"] {
|
.skin-green .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -117,14 +143,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form input[type="text"]:focus,
|
.skin-green .sidebar-form input[type="text"]:focus,
|
||||||
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-green .sidebar-form .btn {
|
.skin-green .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -1 +1,146 @@
|
||||||
.skin-green .main-header .navbar{background-color:#00a65a}.skin-green .main-header .navbar .nav>li>a{color:#fff}.skin-green .main-header .navbar .nav>li>a:hover,.skin-green .main-header .navbar .nav>li>a:active,.skin-green .main-header .navbar .nav>li>a:focus,.skin-green .main-header .navbar .nav .open>a,.skin-green .main-header .navbar .nav .open>a:hover,.skin-green .main-header .navbar .nav .open>a:focus,.skin-green .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green .main-header .logo{background-color:#008d4c;color:#fff;border-bottom:0 solid transparent}.skin-green .main-header .logo:hover{background-color:#008749}.skin-green .main-header li.user-header{background-color:#00a65a}.skin-green .content-header{background:transparent}.skin-green .wrapper,.skin-green .main-sidebar,.skin-green .left-side{background-color:#222d32}.skin-green .user-panel>.info,.skin-green .user-panel>.info>a{color:#fff}.skin-green .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-green .sidebar-menu>li>a{border-left:3px solid transparent}.skin-green .sidebar-menu>li:hover>a,.skin-green .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#00a65a}.skin-green .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-green .sidebar a{color:#b8c7ce}.skin-green .sidebar a:hover{text-decoration:none}.skin-green .treeview-menu>li>a{color:#8aa4af}.skin-green .treeview-menu>li.active>a,.skin-green .treeview-menu>li>a:hover{color:#fff}.skin-green .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-green .sidebar-form input[type="text"],.skin-green .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green .sidebar-form input[type="text"]:focus,.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
|
.skin-green .main-header .navbar {
|
||||||
|
background-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .nav > li > a:hover, .skin-green .main-header .navbar .nav > li > a:active, .skin-green .main-header .navbar .nav > li > a:focus, .skin-green .main-header .navbar .nav .open > a, .skin-green .main-header .navbar .nav .open > a:hover, .skin-green .main-header .navbar .nav .open > a:focus, .skin-green .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #008d4c
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-green .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #008d4c
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .logo {
|
||||||
|
background-color: #008d4c;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header .logo:hover {
|
||||||
|
background-color: #008749
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .main-header li.user-header {
|
||||||
|
background-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .user-panel > .info, .skin-green .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #00a65a
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .treeview-menu > li.active > a, .skin-green .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form input[type="text"], .skin-green .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form input[type="text"]:focus, .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-green .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-purple-light .main-header .navbar {
|
.skin-purple-light .main-header .navbar {
|
||||||
background-color: #605ca8;
|
background-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .nav > li > a {
|
.skin-purple-light .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .nav > li > a:hover,
|
.skin-purple-light .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-purple-light .main-header .navbar .nav > li > a:active,
|
.skin-purple-light .main-header .navbar .nav > li > a:active,
|
||||||
.skin-purple-light .main-header .navbar .nav > li > a:focus,
|
.skin-purple-light .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,105 +20,133 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #555299;
|
background-color: #555299;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-purple-light .main-header .navbar .dropdown-menu li.divider {
|
.skin-purple-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .dropdown-menu li a {
|
.skin-purple-light .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
|
.skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #555299;
|
background: #555299;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .logo {
|
.skin-purple-light .main-header .logo {
|
||||||
background-color: #605ca8;
|
background-color: #605ca8;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header .logo:hover {
|
.skin-purple-light .main-header .logo:hover {
|
||||||
background-color: #5d59a6;
|
background-color: #5d59a6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .main-header li.user-header {
|
.skin-purple-light .main-header li.user-header {
|
||||||
background-color: #605ca8;
|
background-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .content-header {
|
.skin-purple-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .wrapper,
|
.skin-purple-light .wrapper,
|
||||||
.skin-purple-light .main-sidebar,
|
.skin-purple-light .main-sidebar,
|
||||||
.skin-purple-light .left-side {
|
.skin-purple-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .content-wrapper,
|
.skin-purple-light .content-wrapper,
|
||||||
.skin-purple-light .main-footer {
|
.skin-purple-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .user-panel > .info,
|
.skin-purple-light .user-panel > .info,
|
||||||
.skin-purple-light .user-panel > .info > a {
|
.skin-purple-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li {
|
.skin-purple-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li.header {
|
.skin-purple-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li > a {
|
.skin-purple-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li:hover > a,
|
.skin-purple-light .sidebar-menu > li:hover > a,
|
||||||
.skin-purple-light .sidebar-menu > li.active > a {
|
.skin-purple-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li.active {
|
.skin-purple-light .sidebar-menu > li.active {
|
||||||
border-left-color: #605ca8;
|
border-left-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li.active > a {
|
.skin-purple-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-menu > li > .treeview-menu {
|
.skin-purple-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar a {
|
.skin-purple-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar a:hover {
|
.skin-purple-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .treeview-menu > li > a {
|
.skin-purple-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .treeview-menu > li.active > a,
|
.skin-purple-light .treeview-menu > li.active > a,
|
||||||
.skin-purple-light .treeview-menu > li > a:hover {
|
.skin-purple-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .treeview-menu > li.active > a {
|
.skin-purple-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form {
|
.skin-purple-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form input[type="text"],
|
.skin-purple-light .sidebar-form input[type="text"],
|
||||||
.skin-purple-light .sidebar-form .btn {
|
.skin-purple-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -127,6 +157,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form input[type="text"] {
|
.skin-purple-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -134,14 +165,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form input[type="text"]:focus,
|
.skin-purple-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple-light .sidebar-form .btn {
|
.skin-purple-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -149,6 +183,7 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
|
|
|
@ -1 +1,173 @@
|
||||||
.skin-purple-light .main-header .navbar{background-color:#605ca8}.skin-purple-light .main-header .navbar .nav>li>a{color:#fff}.skin-purple-light .main-header .navbar .nav>li>a:hover,.skin-purple-light .main-header .navbar .nav>li>a:active,.skin-purple-light .main-header .navbar .nav>li>a:focus,.skin-purple-light .main-header .navbar .nav .open>a,.skin-purple-light .main-header .navbar .nav .open>a:hover,.skin-purple-light .main-header .navbar .nav .open>a:focus,.skin-purple-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple-light .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple-light .main-header .logo{background-color:#605ca8;color:#fff;border-bottom:0 solid transparent}.skin-purple-light .main-header .logo:hover{background-color:#5d59a6}.skin-purple-light .main-header li.user-header{background-color:#605ca8}.skin-purple-light .content-header{background:transparent}.skin-purple-light .wrapper,.skin-purple-light .main-sidebar,.skin-purple-light .left-side{background-color:#f9fafc}.skin-purple-light .content-wrapper,.skin-purple-light .main-footer{border-left:1px solid #d2d6de}.skin-purple-light .user-panel>.info,.skin-purple-light .user-panel>.info>a{color:#444}.skin-purple-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-purple-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-purple-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-purple-light .sidebar-menu>li:hover>a,.skin-purple-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-purple-light .sidebar-menu>li.active{border-left-color:#605ca8}.skin-purple-light .sidebar-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-purple-light .sidebar a{color:#444}.skin-purple-light .sidebar a:hover{text-decoration:none}.skin-purple-light .treeview-menu>li>a{color:#777}.skin-purple-light .treeview-menu>li.active>a,.skin-purple-light .treeview-menu>li>a:hover{color:#000}.skin-purple-light .treeview-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-purple-light .sidebar-form input[type="text"],.skin-purple-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple-light .sidebar-form input[type="text"]:focus,.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
|
.skin-purple-light .main-header .navbar {
|
||||||
|
background-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .nav > li > a:hover, .skin-purple-light .main-header .navbar .nav > li > a:active, .skin-purple-light .main-header .navbar .nav > li > a:focus, .skin-purple-light .main-header .navbar .nav .open > a, .skin-purple-light .main-header .navbar .nav .open > a:hover, .skin-purple-light .main-header .navbar .nav .open > a:focus, .skin-purple-light .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #555299
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-purple-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #555299
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .logo {
|
||||||
|
background-color: #605ca8;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header .logo:hover {
|
||||||
|
background-color: #5d59a6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .main-header li.user-header {
|
||||||
|
background-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .wrapper, .skin-purple-light .main-sidebar, .skin-purple-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .content-wrapper, .skin-purple-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .user-panel > .info, .skin-purple-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li:hover > a, .skin-purple-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .treeview-menu > li.active > a, .skin-purple-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form input[type="text"], .skin-purple-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form input[type="text"]:focus, .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-purple .main-header .navbar {
|
.skin-purple .main-header .navbar {
|
||||||
background-color: #605ca8;
|
background-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .nav > li > a {
|
.skin-purple .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .nav > li > a:hover,
|
.skin-purple .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-purple .main-header .navbar .nav > li > a:active,
|
.skin-purple .main-header .navbar .nav > li > a:active,
|
||||||
.skin-purple .main-header .navbar .nav > li > a:focus,
|
.skin-purple .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,88 +20,111 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .sidebar-toggle {
|
.skin-purple .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .sidebar-toggle {
|
.skin-purple .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #555299;
|
background-color: #555299;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-purple .main-header .navbar .dropdown-menu li.divider {
|
.skin-purple .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .dropdown-menu li a {
|
.skin-purple .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .navbar .dropdown-menu li a:hover {
|
.skin-purple .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #555299;
|
background: #555299;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .logo {
|
.skin-purple .main-header .logo {
|
||||||
background-color: #555299;
|
background-color: #555299;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header .logo:hover {
|
.skin-purple .main-header .logo:hover {
|
||||||
background-color: #545096;
|
background-color: #545096;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .main-header li.user-header {
|
.skin-purple .main-header li.user-header {
|
||||||
background-color: #605ca8;
|
background-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .content-header {
|
.skin-purple .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .wrapper,
|
.skin-purple .wrapper,
|
||||||
.skin-purple .main-sidebar,
|
.skin-purple .main-sidebar,
|
||||||
.skin-purple .left-side {
|
.skin-purple .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .user-panel > .info,
|
.skin-purple .user-panel > .info,
|
||||||
.skin-purple .user-panel > .info > a {
|
.skin-purple .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-menu > li.header {
|
.skin-purple .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-menu > li > a {
|
.skin-purple .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-menu > li:hover > a,
|
.skin-purple .sidebar-menu > li:hover > a,
|
||||||
.skin-purple .sidebar-menu > li.active > a {
|
.skin-purple .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #605ca8;
|
border-left-color: #605ca8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-menu > li > .treeview-menu {
|
.skin-purple .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar a {
|
.skin-purple .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar a:hover {
|
.skin-purple .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .treeview-menu > li > a {
|
.skin-purple .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .treeview-menu > li.active > a,
|
.skin-purple .treeview-menu > li.active > a,
|
||||||
.skin-purple .treeview-menu > li > a:hover {
|
.skin-purple .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form {
|
.skin-purple .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form input[type="text"],
|
.skin-purple .sidebar-form input[type="text"],
|
||||||
.skin-purple .sidebar-form .btn {
|
.skin-purple .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -110,6 +135,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form input[type="text"] {
|
.skin-purple .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -117,14 +143,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form input[type="text"]:focus,
|
.skin-purple .sidebar-form input[type="text"]:focus,
|
||||||
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-purple .sidebar-form .btn {
|
.skin-purple .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -1 +1,146 @@
|
||||||
.skin-purple .main-header .navbar{background-color:#605ca8}.skin-purple .main-header .navbar .nav>li>a{color:#fff}.skin-purple .main-header .navbar .nav>li>a:hover,.skin-purple .main-header .navbar .nav>li>a:active,.skin-purple .main-header .navbar .nav>li>a:focus,.skin-purple .main-header .navbar .nav .open>a,.skin-purple .main-header .navbar .nav .open>a:hover,.skin-purple .main-header .navbar .nav .open>a:focus,.skin-purple .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple .main-header .logo{background-color:#555299;color:#fff;border-bottom:0 solid transparent}.skin-purple .main-header .logo:hover{background-color:#545096}.skin-purple .main-header li.user-header{background-color:#605ca8}.skin-purple .content-header{background:transparent}.skin-purple .wrapper,.skin-purple .main-sidebar,.skin-purple .left-side{background-color:#222d32}.skin-purple .user-panel>.info,.skin-purple .user-panel>.info>a{color:#fff}.skin-purple .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-purple .sidebar-menu>li>a{border-left:3px solid transparent}.skin-purple .sidebar-menu>li:hover>a,.skin-purple .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#605ca8}.skin-purple .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-purple .sidebar a{color:#b8c7ce}.skin-purple .sidebar a:hover{text-decoration:none}.skin-purple .treeview-menu>li>a{color:#8aa4af}.skin-purple .treeview-menu>li.active>a,.skin-purple .treeview-menu>li>a:hover{color:#fff}.skin-purple .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-purple .sidebar-form input[type="text"],.skin-purple .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple .sidebar-form input[type="text"]:focus,.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
|
.skin-purple .main-header .navbar {
|
||||||
|
background-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .nav > li > a:hover, .skin-purple .main-header .navbar .nav > li > a:active, .skin-purple .main-header .navbar .nav > li > a:focus, .skin-purple .main-header .navbar .nav .open > a, .skin-purple .main-header .navbar .nav .open > a:hover, .skin-purple .main-header .navbar .nav .open > a:focus, .skin-purple .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #555299
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-purple .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #555299
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .logo {
|
||||||
|
background-color: #555299;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header .logo:hover {
|
||||||
|
background-color: #545096
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .main-header li.user-header {
|
||||||
|
background-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .user-panel > .info, .skin-purple .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #605ca8
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .treeview-menu > li.active > a, .skin-purple .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form input[type="text"], .skin-purple .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form input[type="text"]:focus, .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-purple .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-red-light .main-header .navbar {
|
.skin-red-light .main-header .navbar {
|
||||||
background-color: #dd4b39;
|
background-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .nav > li > a {
|
.skin-red-light .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .nav > li > a:hover,
|
.skin-red-light .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-red-light .main-header .navbar .nav > li > a:active,
|
.skin-red-light .main-header .navbar .nav > li > a:active,
|
||||||
.skin-red-light .main-header .navbar .nav > li > a:focus,
|
.skin-red-light .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,105 +20,133 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .sidebar-toggle {
|
.skin-red-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .sidebar-toggle {
|
.skin-red-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #d73925;
|
background-color: #d73925;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-red-light .main-header .navbar .dropdown-menu li.divider {
|
.skin-red-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .dropdown-menu li a {
|
.skin-red-light .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .navbar .dropdown-menu li a:hover {
|
.skin-red-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #d73925;
|
background: #d73925;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .logo {
|
.skin-red-light .main-header .logo {
|
||||||
background-color: #dd4b39;
|
background-color: #dd4b39;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header .logo:hover {
|
.skin-red-light .main-header .logo:hover {
|
||||||
background-color: #dc4735;
|
background-color: #dc4735;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .main-header li.user-header {
|
.skin-red-light .main-header li.user-header {
|
||||||
background-color: #dd4b39;
|
background-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .content-header {
|
.skin-red-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .wrapper,
|
.skin-red-light .wrapper,
|
||||||
.skin-red-light .main-sidebar,
|
.skin-red-light .main-sidebar,
|
||||||
.skin-red-light .left-side {
|
.skin-red-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .content-wrapper,
|
.skin-red-light .content-wrapper,
|
||||||
.skin-red-light .main-footer {
|
.skin-red-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .user-panel > .info,
|
.skin-red-light .user-panel > .info,
|
||||||
.skin-red-light .user-panel > .info > a {
|
.skin-red-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li {
|
.skin-red-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li.header {
|
.skin-red-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li > a {
|
.skin-red-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li:hover > a,
|
.skin-red-light .sidebar-menu > li:hover > a,
|
||||||
.skin-red-light .sidebar-menu > li.active > a {
|
.skin-red-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li.active {
|
.skin-red-light .sidebar-menu > li.active {
|
||||||
border-left-color: #dd4b39;
|
border-left-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li.active > a {
|
.skin-red-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-menu > li > .treeview-menu {
|
.skin-red-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar a {
|
.skin-red-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar a:hover {
|
.skin-red-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .treeview-menu > li > a {
|
.skin-red-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .treeview-menu > li.active > a,
|
.skin-red-light .treeview-menu > li.active > a,
|
||||||
.skin-red-light .treeview-menu > li > a:hover {
|
.skin-red-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .treeview-menu > li.active > a {
|
.skin-red-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form {
|
.skin-red-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form input[type="text"],
|
.skin-red-light .sidebar-form input[type="text"],
|
||||||
.skin-red-light .sidebar-form .btn {
|
.skin-red-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -127,6 +157,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form input[type="text"] {
|
.skin-red-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -134,14 +165,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form input[type="text"]:focus,
|
.skin-red-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red-light .sidebar-form .btn {
|
.skin-red-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -149,6 +183,7 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
|
|
|
@ -1 +1,173 @@
|
||||||
.skin-red-light .main-header .navbar{background-color:#dd4b39}.skin-red-light .main-header .navbar .nav>li>a{color:#fff}.skin-red-light .main-header .navbar .nav>li>a:hover,.skin-red-light .main-header .navbar .nav>li>a:active,.skin-red-light .main-header .navbar .nav>li>a:focus,.skin-red-light .main-header .navbar .nav .open>a,.skin-red-light .main-header .navbar .nav .open>a:hover,.skin-red-light .main-header .navbar .nav .open>a:focus,.skin-red-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red-light .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red-light .main-header .logo{background-color:#dd4b39;color:#fff;border-bottom:0 solid transparent}.skin-red-light .main-header .logo:hover{background-color:#dc4735}.skin-red-light .main-header li.user-header{background-color:#dd4b39}.skin-red-light .content-header{background:transparent}.skin-red-light .wrapper,.skin-red-light .main-sidebar,.skin-red-light .left-side{background-color:#f9fafc}.skin-red-light .content-wrapper,.skin-red-light .main-footer{border-left:1px solid #d2d6de}.skin-red-light .user-panel>.info,.skin-red-light .user-panel>.info>a{color:#444}.skin-red-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-red-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-red-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-red-light .sidebar-menu>li:hover>a,.skin-red-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-red-light .sidebar-menu>li.active{border-left-color:#dd4b39}.skin-red-light .sidebar-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-red-light .sidebar a{color:#444}.skin-red-light .sidebar a:hover{text-decoration:none}.skin-red-light .treeview-menu>li>a{color:#777}.skin-red-light .treeview-menu>li.active>a,.skin-red-light .treeview-menu>li>a:hover{color:#000}.skin-red-light .treeview-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-red-light .sidebar-form input[type="text"],.skin-red-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red-light .sidebar-form input[type="text"]:focus,.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
|
.skin-red-light .main-header .navbar {
|
||||||
|
background-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .nav > li > a:hover, .skin-red-light .main-header .navbar .nav > li > a:active, .skin-red-light .main-header .navbar .nav > li > a:focus, .skin-red-light .main-header .navbar .nav .open > a, .skin-red-light .main-header .navbar .nav .open > a:hover, .skin-red-light .main-header .navbar .nav .open > a:focus, .skin-red-light .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #d73925
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-red-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #d73925
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .logo {
|
||||||
|
background-color: #dd4b39;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header .logo:hover {
|
||||||
|
background-color: #dc4735
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .main-header li.user-header {
|
||||||
|
background-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .wrapper, .skin-red-light .main-sidebar, .skin-red-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .content-wrapper, .skin-red-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .user-panel > .info, .skin-red-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li:hover > a, .skin-red-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .treeview-menu > li.active > a, .skin-red-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form input[type="text"], .skin-red-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form input[type="text"]:focus, .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-red .main-header .navbar {
|
.skin-red .main-header .navbar {
|
||||||
background-color: #dd4b39;
|
background-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .nav > li > a {
|
.skin-red .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .nav > li > a:hover,
|
.skin-red .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-red .main-header .navbar .nav > li > a:active,
|
.skin-red .main-header .navbar .nav > li > a:active,
|
||||||
.skin-red .main-header .navbar .nav > li > a:focus,
|
.skin-red .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,88 +20,111 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .sidebar-toggle {
|
.skin-red .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .sidebar-toggle {
|
.skin-red .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #d73925;
|
background-color: #d73925;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-red .main-header .navbar .dropdown-menu li.divider {
|
.skin-red .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .dropdown-menu li a {
|
.skin-red .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .navbar .dropdown-menu li a:hover {
|
.skin-red .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #d73925;
|
background: #d73925;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .logo {
|
.skin-red .main-header .logo {
|
||||||
background-color: #d73925;
|
background-color: #d73925;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header .logo:hover {
|
.skin-red .main-header .logo:hover {
|
||||||
background-color: #d33724;
|
background-color: #d33724;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .main-header li.user-header {
|
.skin-red .main-header li.user-header {
|
||||||
background-color: #dd4b39;
|
background-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .content-header {
|
.skin-red .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .wrapper,
|
.skin-red .wrapper,
|
||||||
.skin-red .main-sidebar,
|
.skin-red .main-sidebar,
|
||||||
.skin-red .left-side {
|
.skin-red .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .user-panel > .info,
|
.skin-red .user-panel > .info,
|
||||||
.skin-red .user-panel > .info > a {
|
.skin-red .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-menu > li.header {
|
.skin-red .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-menu > li > a {
|
.skin-red .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-menu > li:hover > a,
|
.skin-red .sidebar-menu > li:hover > a,
|
||||||
.skin-red .sidebar-menu > li.active > a {
|
.skin-red .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #dd4b39;
|
border-left-color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-menu > li > .treeview-menu {
|
.skin-red .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar a {
|
.skin-red .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar a:hover {
|
.skin-red .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .treeview-menu > li > a {
|
.skin-red .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .treeview-menu > li.active > a,
|
.skin-red .treeview-menu > li.active > a,
|
||||||
.skin-red .treeview-menu > li > a:hover {
|
.skin-red .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form {
|
.skin-red .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form input[type="text"],
|
.skin-red .sidebar-form input[type="text"],
|
||||||
.skin-red .sidebar-form .btn {
|
.skin-red .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -110,6 +135,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form input[type="text"] {
|
.skin-red .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -117,14 +143,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form input[type="text"]:focus,
|
.skin-red .sidebar-form input[type="text"]:focus,
|
||||||
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-red .sidebar-form .btn {
|
.skin-red .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -1 +1,146 @@
|
||||||
.skin-red .main-header .navbar{background-color:#dd4b39}.skin-red .main-header .navbar .nav>li>a{color:#fff}.skin-red .main-header .navbar .nav>li>a:hover,.skin-red .main-header .navbar .nav>li>a:active,.skin-red .main-header .navbar .nav>li>a:focus,.skin-red .main-header .navbar .nav .open>a,.skin-red .main-header .navbar .nav .open>a:hover,.skin-red .main-header .navbar .nav .open>a:focus,.skin-red .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red .main-header .logo{background-color:#d73925;color:#fff;border-bottom:0 solid transparent}.skin-red .main-header .logo:hover{background-color:#d33724}.skin-red .main-header li.user-header{background-color:#dd4b39}.skin-red .content-header{background:transparent}.skin-red .wrapper,.skin-red .main-sidebar,.skin-red .left-side{background-color:#222d32}.skin-red .user-panel>.info,.skin-red .user-panel>.info>a{color:#fff}.skin-red .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-red .sidebar-menu>li>a{border-left:3px solid transparent}.skin-red .sidebar-menu>li:hover>a,.skin-red .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#dd4b39}.skin-red .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-red .sidebar a{color:#b8c7ce}.skin-red .sidebar a:hover{text-decoration:none}.skin-red .treeview-menu>li>a{color:#8aa4af}.skin-red .treeview-menu>li.active>a,.skin-red .treeview-menu>li>a:hover{color:#fff}.skin-red .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-red .sidebar-form input[type="text"],.skin-red .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red .sidebar-form input[type="text"]:focus,.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
|
.skin-red .main-header .navbar {
|
||||||
|
background-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #d73925
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-red .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #d73925
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .logo {
|
||||||
|
background-color: #d73925;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header .logo:hover {
|
||||||
|
background-color: #d33724
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .main-header li.user-header {
|
||||||
|
background-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .user-panel > .info, .skin-red .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #dd4b39
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .treeview-menu > li.active > a, .skin-red .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form input[type="text"], .skin-red .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form input[type="text"]:focus, .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-red .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-yellow-light .main-header .navbar {
|
.skin-yellow-light .main-header .navbar {
|
||||||
background-color: #f39c12;
|
background-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .nav > li > a {
|
.skin-yellow-light .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .nav > li > a:hover,
|
.skin-yellow-light .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-yellow-light .main-header .navbar .nav > li > a:active,
|
.skin-yellow-light .main-header .navbar .nav > li > a:active,
|
||||||
.skin-yellow-light .main-header .navbar .nav > li > a:focus,
|
.skin-yellow-light .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,105 +20,133 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #e08e0b;
|
background-color: #e08e0b;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
|
.skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .dropdown-menu li a {
|
.skin-yellow-light .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
|
.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #e08e0b;
|
background: #e08e0b;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .logo {
|
.skin-yellow-light .main-header .logo {
|
||||||
background-color: #f39c12;
|
background-color: #f39c12;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header .logo:hover {
|
.skin-yellow-light .main-header .logo:hover {
|
||||||
background-color: #f39a0d;
|
background-color: #f39a0d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .main-header li.user-header {
|
.skin-yellow-light .main-header li.user-header {
|
||||||
background-color: #f39c12;
|
background-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .content-header {
|
.skin-yellow-light .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .wrapper,
|
.skin-yellow-light .wrapper,
|
||||||
.skin-yellow-light .main-sidebar,
|
.skin-yellow-light .main-sidebar,
|
||||||
.skin-yellow-light .left-side {
|
.skin-yellow-light .left-side {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .content-wrapper,
|
.skin-yellow-light .content-wrapper,
|
||||||
.skin-yellow-light .main-footer {
|
.skin-yellow-light .main-footer {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .user-panel > .info,
|
.skin-yellow-light .user-panel > .info,
|
||||||
.skin-yellow-light .user-panel > .info > a {
|
.skin-yellow-light .user-panel > .info > a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li {
|
.skin-yellow-light .sidebar-menu > li {
|
||||||
-webkit-transition: border-left-color 0.3s ease;
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
-o-transition: border-left-color 0.3s ease;
|
-o-transition: border-left-color 0.3s ease;
|
||||||
transition: border-left-color 0.3s ease;
|
transition: border-left-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li.header {
|
.skin-yellow-light .sidebar-menu > li.header {
|
||||||
color: #848484;
|
color: #848484;
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li > a {
|
.skin-yellow-light .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li:hover > a,
|
.skin-yellow-light .sidebar-menu > li:hover > a,
|
||||||
.skin-yellow-light .sidebar-menu > li.active > a {
|
.skin-yellow-light .sidebar-menu > li.active > a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li.active {
|
.skin-yellow-light .sidebar-menu > li.active {
|
||||||
border-left-color: #f39c12;
|
border-left-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li.active > a {
|
.skin-yellow-light .sidebar-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
|
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
|
||||||
background: #f4f4f5;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar a {
|
.skin-yellow-light .sidebar a {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar a:hover {
|
.skin-yellow-light .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .treeview-menu > li > a {
|
.skin-yellow-light .treeview-menu > li > a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .treeview-menu > li.active > a,
|
.skin-yellow-light .treeview-menu > li.active > a,
|
||||||
.skin-yellow-light .treeview-menu > li > a:hover {
|
.skin-yellow-light .treeview-menu > li > a:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .treeview-menu > li.active > a {
|
.skin-yellow-light .treeview-menu > li.active > a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form {
|
.skin-yellow-light .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d2d6de;
|
border: 1px solid #d2d6de;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form input[type="text"],
|
.skin-yellow-light .sidebar-form input[type="text"],
|
||||||
.skin-yellow-light .sidebar-form .btn {
|
.skin-yellow-light .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -127,6 +157,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form input[type="text"] {
|
.skin-yellow-light .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -134,14 +165,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form input[type="text"]:focus,
|
.skin-yellow-light .sidebar-form input[type="text"]:focus,
|
||||||
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow-light .sidebar-form .btn {
|
.skin-yellow-light .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -149,6 +183,7 @@
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
border-left: 1px solid #d2d6de;
|
border-left: 1px solid #d2d6de;
|
||||||
|
|
|
@ -1 +1,173 @@
|
||||||
.skin-yellow-light .main-header .navbar{background-color:#f39c12}.skin-yellow-light .main-header .navbar .nav>li>a{color:#fff}.skin-yellow-light .main-header .navbar .nav>li>a:hover,.skin-yellow-light .main-header .navbar .nav>li>a:active,.skin-yellow-light .main-header .navbar .nav>li>a:focus,.skin-yellow-light .main-header .navbar .nav .open>a,.skin-yellow-light .main-header .navbar .nav .open>a:hover,.skin-yellow-light .main-header .navbar .nav .open>a:focus,.skin-yellow-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow-light .main-header .logo{background-color:#f39c12;color:#fff;border-bottom:0 solid transparent}.skin-yellow-light .main-header .logo:hover{background-color:#f39a0d}.skin-yellow-light .main-header li.user-header{background-color:#f39c12}.skin-yellow-light .content-header{background:transparent}.skin-yellow-light .wrapper,.skin-yellow-light .main-sidebar,.skin-yellow-light .left-side{background-color:#f9fafc}.skin-yellow-light .content-wrapper,.skin-yellow-light .main-footer{border-left:1px solid #d2d6de}.skin-yellow-light .user-panel>.info,.skin-yellow-light .user-panel>.info>a{color:#444}.skin-yellow-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-yellow-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-yellow-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-yellow-light .sidebar-menu>li:hover>a,.skin-yellow-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-yellow-light .sidebar-menu>li.active{border-left-color:#f39c12}.skin-yellow-light .sidebar-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-yellow-light .sidebar a{color:#444}.skin-yellow-light .sidebar a:hover{text-decoration:none}.skin-yellow-light .treeview-menu>li>a{color:#777}.skin-yellow-light .treeview-menu>li.active>a,.skin-yellow-light .treeview-menu>li>a:hover{color:#000}.skin-yellow-light .treeview-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-yellow-light .sidebar-form input[type="text"],.skin-yellow-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow-light .sidebar-form input[type="text"]:focus,.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
|
.skin-yellow-light .main-header .navbar {
|
||||||
|
background-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .nav > li > a:hover, .skin-yellow-light .main-header .navbar .nav > li > a:active, .skin-yellow-light .main-header .navbar .nav > li > a:focus, .skin-yellow-light .main-header .navbar .nav .open > a, .skin-yellow-light .main-header .navbar .nav .open > a:hover, .skin-yellow-light .main-header .navbar .nav .open > a:focus, .skin-yellow-light .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #e08e0b
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #e08e0b
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .logo {
|
||||||
|
background-color: #f39c12;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header .logo:hover {
|
||||||
|
background-color: #f39a0d
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .main-header li.user-header {
|
||||||
|
background-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side {
|
||||||
|
background-color: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .content-wrapper, .skin-yellow-light .main-footer {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .user-panel > .info, .skin-yellow-light .user-panel > .info > a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color .3s ease;
|
||||||
|
-o-transition: border-left-color .3s ease;
|
||||||
|
transition: border-left-color .3s ease
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f9fafc
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li:hover > a, .skin-yellow-light .sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li.active {
|
||||||
|
border-left-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #f4f4f5
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar a {
|
||||||
|
color: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .treeview-menu > li > a {
|
||||||
|
color: #777
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .treeview-menu > li.active > a, .skin-yellow-light .treeview-menu > li > a:hover {
|
||||||
|
color: #000
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .treeview-menu > li.active > a {
|
||||||
|
font-weight: 600
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form input[type="text"], .skin-yellow-light .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form input[type="text"]:focus, .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow-light .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
||||||
|
border-left: 1px solid #d2d6de
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,9 +5,11 @@
|
||||||
.skin-yellow .main-header .navbar {
|
.skin-yellow .main-header .navbar {
|
||||||
background-color: #f39c12;
|
background-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .nav > li > a {
|
.skin-yellow .main-header .navbar .nav > li > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .nav > li > a:hover,
|
.skin-yellow .main-header .navbar .nav > li > a:hover,
|
||||||
.skin-yellow .main-header .navbar .nav > li > a:active,
|
.skin-yellow .main-header .navbar .nav > li > a:active,
|
||||||
.skin-yellow .main-header .navbar .nav > li > a:focus,
|
.skin-yellow .main-header .navbar .nav > li > a:focus,
|
||||||
|
@ -18,88 +20,111 @@
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .sidebar-toggle {
|
.skin-yellow .main-header .navbar .sidebar-toggle {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .sidebar-toggle {
|
.skin-yellow .main-header .navbar .sidebar-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
||||||
background-color: #e08e0b;
|
background-color: #e08e0b;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.skin-yellow .main-header .navbar .dropdown-menu li.divider {
|
.skin-yellow .main-header .navbar .dropdown-menu li.divider {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .dropdown-menu li a {
|
.skin-yellow .main-header .navbar .dropdown-menu li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
|
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
|
||||||
background: #e08e0b;
|
background: #e08e0b;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .logo {
|
.skin-yellow .main-header .logo {
|
||||||
background-color: #e08e0b;
|
background-color: #e08e0b;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header .logo:hover {
|
.skin-yellow .main-header .logo:hover {
|
||||||
background-color: #db8b0b;
|
background-color: #db8b0b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .main-header li.user-header {
|
.skin-yellow .main-header li.user-header {
|
||||||
background-color: #f39c12;
|
background-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .content-header {
|
.skin-yellow .content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .wrapper,
|
.skin-yellow .wrapper,
|
||||||
.skin-yellow .main-sidebar,
|
.skin-yellow .main-sidebar,
|
||||||
.skin-yellow .left-side {
|
.skin-yellow .left-side {
|
||||||
background-color: #222d32;
|
background-color: #222d32;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .user-panel > .info,
|
.skin-yellow .user-panel > .info,
|
||||||
.skin-yellow .user-panel > .info > a {
|
.skin-yellow .user-panel > .info > a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-menu > li.header {
|
.skin-yellow .sidebar-menu > li.header {
|
||||||
color: #4b646f;
|
color: #4b646f;
|
||||||
background: #1a2226;
|
background: #1a2226;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-menu > li > a {
|
.skin-yellow .sidebar-menu > li > a {
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-menu > li:hover > a,
|
.skin-yellow .sidebar-menu > li:hover > a,
|
||||||
.skin-yellow .sidebar-menu > li.active > a {
|
.skin-yellow .sidebar-menu > li.active > a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #1e282c;
|
background: #1e282c;
|
||||||
border-left-color: #f39c12;
|
border-left-color: #f39c12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-menu > li > .treeview-menu {
|
.skin-yellow .sidebar-menu > li > .treeview-menu {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
background: #2c3b41;
|
background: #2c3b41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar a {
|
.skin-yellow .sidebar a {
|
||||||
color: #b8c7ce;
|
color: #b8c7ce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar a:hover {
|
.skin-yellow .sidebar a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .treeview-menu > li > a {
|
.skin-yellow .treeview-menu > li > a {
|
||||||
color: #8aa4af;
|
color: #8aa4af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .treeview-menu > li.active > a,
|
.skin-yellow .treeview-menu > li.active > a,
|
||||||
.skin-yellow .treeview-menu > li > a:hover {
|
.skin-yellow .treeview-menu > li > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form {
|
.skin-yellow .sidebar-form {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #374850;
|
border: 1px solid #374850;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form input[type="text"],
|
.skin-yellow .sidebar-form input[type="text"],
|
||||||
.skin-yellow .sidebar-form .btn {
|
.skin-yellow .sidebar-form .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -110,6 +135,7 @@
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form input[type="text"] {
|
.skin-yellow .sidebar-form input[type="text"] {
|
||||||
color: #666;
|
color: #666;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
|
@ -117,14 +143,17 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form input[type="text"]:focus,
|
.skin-yellow .sidebar-form input[type="text"]:focus,
|
||||||
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-yellow .sidebar-form .btn {
|
.skin-yellow .sidebar-form .btn {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -1 +1,146 @@
|
||||||
.skin-yellow .main-header .navbar{background-color:#f39c12}.skin-yellow .main-header .navbar .nav>li>a{color:#fff}.skin-yellow .main-header .navbar .nav>li>a:hover,.skin-yellow .main-header .navbar .nav>li>a:active,.skin-yellow .main-header .navbar .nav>li>a:focus,.skin-yellow .main-header .navbar .nav .open>a,.skin-yellow .main-header .navbar .nav .open>a:hover,.skin-yellow .main-header .navbar .nav .open>a:focus,.skin-yellow .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow .main-header .logo{background-color:#e08e0b;color:#fff;border-bottom:0 solid transparent}.skin-yellow .main-header .logo:hover{background-color:#db8b0b}.skin-yellow .main-header li.user-header{background-color:#f39c12}.skin-yellow .content-header{background:transparent}.skin-yellow .wrapper,.skin-yellow .main-sidebar,.skin-yellow .left-side{background-color:#222d32}.skin-yellow .user-panel>.info,.skin-yellow .user-panel>.info>a{color:#fff}.skin-yellow .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-yellow .sidebar-menu>li>a{border-left:3px solid transparent}.skin-yellow .sidebar-menu>li:hover>a,.skin-yellow .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#f39c12}.skin-yellow .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-yellow .sidebar a{color:#b8c7ce}.skin-yellow .sidebar a:hover{text-decoration:none}.skin-yellow .treeview-menu>li>a{color:#8aa4af}.skin-yellow .treeview-menu>li.active>a,.skin-yellow .treeview-menu>li>a:hover{color:#fff}.skin-yellow .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-yellow .sidebar-form input[type="text"],.skin-yellow .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow .sidebar-form input[type="text"]:focus,.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
|
.skin-yellow .main-header .navbar {
|
||||||
|
background-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .nav > li > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .nav > li > a:hover, .skin-yellow .main-header .navbar .nav > li > a:active, .skin-yellow .main-header .navbar .nav > li > a:focus, .skin-yellow .main-header .navbar .nav .open > a, .skin-yellow .main-header .navbar .nav .open > a:hover, .skin-yellow .main-header .navbar .nav .open > a:focus, .skin-yellow .main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #e08e0b
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.skin-yellow .main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #e08e0b
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .logo {
|
||||||
|
background-color: #e08e0b;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 0 solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header .logo:hover {
|
||||||
|
background-color: #db8b0b
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .main-header li.user-header {
|
||||||
|
background-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .content-header {
|
||||||
|
background: transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side {
|
||||||
|
background-color: #222d32
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .user-panel > .info, .skin-yellow .user-panel > .info > a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-menu > li.header {
|
||||||
|
color: #4b646f;
|
||||||
|
background: #1a2226
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-menu > li:hover > a, .skin-yellow .sidebar-menu > li.active > a {
|
||||||
|
color: #fff;
|
||||||
|
background: #1e282c;
|
||||||
|
border-left-color: #f39c12
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-menu > li > .treeview-menu {
|
||||||
|
margin: 0 1px;
|
||||||
|
background: #2c3b41
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar a {
|
||||||
|
color: #b8c7ce
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .treeview-menu > li > a {
|
||||||
|
color: #8aa4af
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .treeview-menu > li.active > a, .skin-yellow .treeview-menu > li > a:hover {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #374850;
|
||||||
|
margin: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form input[type="text"], .skin-yellow .sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #374850;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
-webkit-transition: all .3s ease-in-out;
|
||||||
|
-o-transition: all .3s ease-in-out;
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form input[type="text"]:focus, .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.skin-yellow .sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
}
|
|
@ -146,8 +146,8 @@ $(function () {
|
||||||
//Extend options if external options exist
|
//Extend options if external options exist
|
||||||
if (typeof AdminLTEOptions !== "undefined") {
|
if (typeof AdminLTEOptions !== "undefined") {
|
||||||
$.extend(true,
|
$.extend(true,
|
||||||
$.AdminLTE.options,
|
$.AdminLTE.options,
|
||||||
AdminLTEOptions);
|
AdminLTEOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Easy access to options
|
//Easy access to options
|
||||||
|
@ -344,8 +344,8 @@ function _init() {
|
||||||
|
|
||||||
//Enable expand on hover for sidebar mini
|
//Enable expand on hover for sidebar mini
|
||||||
if ($.AdminLTE.options.sidebarExpandOnHover
|
if ($.AdminLTE.options.sidebarExpandOnHover
|
||||||
|| ($('body').hasClass('fixed')
|
|| ($('body').hasClass('fixed')
|
||||||
&& $('body').hasClass('sidebar-mini'))) {
|
&& $('body').hasClass('sidebar-mini'))) {
|
||||||
this.expandOnHover();
|
this.expandOnHover();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -355,14 +355,14 @@ function _init() {
|
||||||
//Expand sidebar on hover
|
//Expand sidebar on hover
|
||||||
$('.main-sidebar').hover(function () {
|
$('.main-sidebar').hover(function () {
|
||||||
if ($('body').hasClass('sidebar-mini')
|
if ($('body').hasClass('sidebar-mini')
|
||||||
&& $("body").hasClass('sidebar-collapse')
|
&& $("body").hasClass('sidebar-collapse')
|
||||||
&& $(window).width() > screenWidth) {
|
&& $(window).width() > screenWidth) {
|
||||||
_this.expand();
|
_this.expand();
|
||||||
}
|
}
|
||||||
}, function () {
|
}, function () {
|
||||||
if ($('body').hasClass('sidebar-mini')
|
if ($('body').hasClass('sidebar-mini')
|
||||||
&& $('body').hasClass('sidebar-expanded-on-hover')
|
&& $('body').hasClass('sidebar-expanded-on-hover')
|
||||||
&& $(window).width() > screenWidth) {
|
&& $(window).width() > screenWidth) {
|
||||||
_this.collapse();
|
_this.collapse();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -455,7 +455,7 @@ function _init() {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
//If the sidebar is not open
|
//If the sidebar is not open
|
||||||
if (!sidebar.hasClass('control-sidebar-open')
|
if (!sidebar.hasClass('control-sidebar-open')
|
||||||
&& !$('body').hasClass('control-sidebar-open')) {
|
&& !$('body').hasClass('control-sidebar-open')) {
|
||||||
//Open the sidebar
|
//Open the sidebar
|
||||||
_this.open(sidebar, o.slide);
|
_this.open(sidebar, o.slide);
|
||||||
} else {
|
} else {
|
||||||
|
@ -563,8 +563,8 @@ function _init() {
|
||||||
if (!box.hasClass("collapsed-box")) {
|
if (!box.hasClass("collapsed-box")) {
|
||||||
//Convert minus into plus
|
//Convert minus into plus
|
||||||
element.children(":first")
|
element.children(":first")
|
||||||
.removeClass(_this.icons.collapse)
|
.removeClass(_this.icons.collapse)
|
||||||
.addClass(_this.icons.open);
|
.addClass(_this.icons.open);
|
||||||
//Hide the content
|
//Hide the content
|
||||||
box_content.slideUp(_this.animationSpeed, function () {
|
box_content.slideUp(_this.animationSpeed, function () {
|
||||||
box.addClass("collapsed-box");
|
box.addClass("collapsed-box");
|
||||||
|
@ -572,8 +572,8 @@ function _init() {
|
||||||
} else {
|
} else {
|
||||||
//Convert plus into minus
|
//Convert plus into minus
|
||||||
element.children(":first")
|
element.children(":first")
|
||||||
.removeClass(_this.icons.open)
|
.removeClass(_this.icons.open)
|
||||||
.addClass(_this.icons.collapse);
|
.addClass(_this.icons.collapse);
|
||||||
//Show the content
|
//Show the content
|
||||||
box_content.slideDown(_this.animationSpeed, function () {
|
box_content.slideDown(_this.animationSpeed, function () {
|
||||||
box.removeClass("collapsed-box");
|
box.removeClass("collapsed-box");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -36,172 +36,172 @@
|
||||||
|
|
||||||
//Create the tab button
|
//Create the tab button
|
||||||
var tab_button = $("<li />", {"class": "active"})
|
var tab_button = $("<li />", {"class": "active"})
|
||||||
.html("<a href='#control-sidebar-theme-demo-options-tab' data-toggle='tab'>"
|
.html("<a href='#control-sidebar-theme-demo-options-tab' data-toggle='tab'>"
|
||||||
+ "<i class='fa fa-wrench'></i>"
|
+ "<i class='fa fa-wrench'></i>"
|
||||||
+ "</a>");
|
+ "</a>");
|
||||||
|
|
||||||
//Add the tab button to the right sidebar tabs
|
//Add the tab button to the right sidebar tabs
|
||||||
$("[href='#control-sidebar-home-tab']")
|
$("[href='#control-sidebar-home-tab']")
|
||||||
.parent()
|
.parent()
|
||||||
.before(tab_button);
|
.before(tab_button);
|
||||||
|
|
||||||
//Create the menu
|
//Create the menu
|
||||||
var demo_settings = $("<div />");
|
var demo_settings = $("<div />");
|
||||||
|
|
||||||
//Layout options
|
//Layout options
|
||||||
demo_settings.append(
|
demo_settings.append(
|
||||||
"<h4 class='control-sidebar-heading'>"
|
"<h4 class='control-sidebar-heading'>"
|
||||||
+ "Layout Options"
|
+ "Layout Options"
|
||||||
+ "</h4>"
|
+ "</h4>"
|
||||||
//Fixed layout
|
//Fixed layout
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-layout='fixed' class='pull-right'/> "
|
+ "<input type='checkbox' data-layout='fixed' class='pull-right'/> "
|
||||||
+ "Fixed layout"
|
+ "Fixed layout"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Activate the fixed layout. You can't use fixed and boxed layouts together</p>"
|
+ "<p>Activate the fixed layout. You can't use fixed and boxed layouts together</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
//Boxed layout
|
//Boxed layout
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-layout='layout-boxed'class='pull-right'/> "
|
+ "<input type='checkbox' data-layout='layout-boxed'class='pull-right'/> "
|
||||||
+ "Boxed Layout"
|
+ "Boxed Layout"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Activate the boxed layout</p>"
|
+ "<p>Activate the boxed layout</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
//Sidebar Toggle
|
//Sidebar Toggle
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-layout='sidebar-collapse' class='pull-right'/> "
|
+ "<input type='checkbox' data-layout='sidebar-collapse' class='pull-right'/> "
|
||||||
+ "Toggle Sidebar"
|
+ "Toggle Sidebar"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Toggle the left sidebar's state (open or collapse)</p>"
|
+ "<p>Toggle the left sidebar's state (open or collapse)</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
//Sidebar mini expand on hover toggle
|
//Sidebar mini expand on hover toggle
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-enable='expandOnHover' class='pull-right'/> "
|
+ "<input type='checkbox' data-enable='expandOnHover' class='pull-right'/> "
|
||||||
+ "Sidebar Expand on Hover"
|
+ "Sidebar Expand on Hover"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Let the sidebar mini expand on hover</p>"
|
+ "<p>Let the sidebar mini expand on hover</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
//Control Sidebar Toggle
|
//Control Sidebar Toggle
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-controlsidebar='control-sidebar-open' class='pull-right'/> "
|
+ "<input type='checkbox' data-controlsidebar='control-sidebar-open' class='pull-right'/> "
|
||||||
+ "Toggle Right Sidebar Slide"
|
+ "Toggle Right Sidebar Slide"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Toggle between slide over content and push content effects</p>"
|
+ "<p>Toggle between slide over content and push content effects</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
//Control Sidebar Skin Toggle
|
//Control Sidebar Skin Toggle
|
||||||
+ "<div class='form-group'>"
|
+ "<div class='form-group'>"
|
||||||
+ "<label class='control-sidebar-subheading'>"
|
+ "<label class='control-sidebar-subheading'>"
|
||||||
+ "<input type='checkbox' data-sidebarskin='toggle' class='pull-right'/> "
|
+ "<input type='checkbox' data-sidebarskin='toggle' class='pull-right'/> "
|
||||||
+ "Toggle Right Sidebar Skin"
|
+ "Toggle Right Sidebar Skin"
|
||||||
+ "</label>"
|
+ "</label>"
|
||||||
+ "<p>Toggle between dark and light skins for the right sidebar</p>"
|
+ "<p>Toggle between dark and light skins for the right sidebar</p>"
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
);
|
);
|
||||||
var skins_list = $("<ul />", {"class": 'list-unstyled clearfix'});
|
var skins_list = $("<ul />", {"class": 'list-unstyled clearfix'});
|
||||||
|
|
||||||
//Dark sidebar skins
|
//Dark sidebar skins
|
||||||
var skin_blue =
|
var skin_blue =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-blue' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-blue' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Blue</p>");
|
+ "<p class='text-center no-margin'>Blue</p>");
|
||||||
skins_list.append(skin_blue);
|
skins_list.append(skin_blue);
|
||||||
var skin_black =
|
var skin_black =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-black' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-black' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Black</p>");
|
+ "<p class='text-center no-margin'>Black</p>");
|
||||||
skins_list.append(skin_black);
|
skins_list.append(skin_black);
|
||||||
var skin_purple =
|
var skin_purple =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-purple' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-purple' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Purple</p>");
|
+ "<p class='text-center no-margin'>Purple</p>");
|
||||||
skins_list.append(skin_purple);
|
skins_list.append(skin_purple);
|
||||||
var skin_green =
|
var skin_green =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-green' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-green' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Green</p>");
|
+ "<p class='text-center no-margin'>Green</p>");
|
||||||
skins_list.append(skin_green);
|
skins_list.append(skin_green);
|
||||||
var skin_red =
|
var skin_red =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-red' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-red' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Red</p>");
|
+ "<p class='text-center no-margin'>Red</p>");
|
||||||
skins_list.append(skin_red);
|
skins_list.append(skin_red);
|
||||||
var skin_yellow =
|
var skin_yellow =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-yellow' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-yellow' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin'>Yellow</p>");
|
+ "<p class='text-center no-margin'>Yellow</p>");
|
||||||
skins_list.append(skin_yellow);
|
skins_list.append(skin_yellow);
|
||||||
|
|
||||||
//Light sidebar skins
|
//Light sidebar skins
|
||||||
var skin_blue_light =
|
var skin_blue_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-blue-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-blue-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px'>Blue Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px'>Blue Light</p>");
|
||||||
skins_list.append(skin_blue_light);
|
skins_list.append(skin_blue_light);
|
||||||
var skin_black_light =
|
var skin_black_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-black-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-black-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px'>Black Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px'>Black Light</p>");
|
||||||
skins_list.append(skin_black_light);
|
skins_list.append(skin_black_light);
|
||||||
var skin_purple_light =
|
var skin_purple_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-purple-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-purple-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px'>Purple Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px'>Purple Light</p>");
|
||||||
skins_list.append(skin_purple_light);
|
skins_list.append(skin_purple_light);
|
||||||
var skin_green_light =
|
var skin_green_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-green-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-green-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px'>Green Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px'>Green Light</p>");
|
||||||
skins_list.append(skin_green_light);
|
skins_list.append(skin_green_light);
|
||||||
var skin_red_light =
|
var skin_red_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-red-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-red-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px'>Red Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px'>Red Light</p>");
|
||||||
skins_list.append(skin_red_light);
|
skins_list.append(skin_red_light);
|
||||||
var skin_yellow_light =
|
var skin_yellow_light =
|
||||||
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
||||||
.append("<a href='javascript:void(0);' data-skin='skin-yellow-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
.append("<a href='javascript:void(0);' data-skin='skin-yellow-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
||||||
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
||||||
+ "</a>"
|
+ "</a>"
|
||||||
+ "<p class='text-center no-margin' style='font-size: 12px;'>Yellow Light</p>");
|
+ "<p class='text-center no-margin' style='font-size: 12px;'>Yellow Light</p>");
|
||||||
skins_list.append(skin_yellow_light);
|
skins_list.append(skin_yellow_light);
|
||||||
|
|
||||||
demo_settings.append("<h4 class='control-sidebar-heading'>Skins</h4>");
|
demo_settings.append("<h4 class='control-sidebar-heading'>Skins</h4>");
|
||||||
|
|
|
@ -77,10 +77,10 @@ $(function () {
|
||||||
},
|
},
|
||||||
series: {
|
series: {
|
||||||
regions: [{
|
regions: [{
|
||||||
values: visitorsData,
|
values: visitorsData,
|
||||||
scale: ["#92c1dc", "#ebf4f9"],
|
scale: ["#92c1dc", "#ebf4f9"],
|
||||||
normalizeFunction: 'polynomial'
|
normalizeFunction: 'polynomial'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
onRegionLabelShow: function (e, el, code) {
|
onRegionLabelShow: function (e, el, code) {
|
||||||
if (typeof visitorsData[code] != "undefined")
|
if (typeof visitorsData[code] != "undefined")
|
||||||
|
|
|
@ -190,8 +190,7 @@ $(function () {
|
||||||
selected: {
|
selected: {
|
||||||
fill: 'yellow'
|
fill: 'yellow'
|
||||||
},
|
},
|
||||||
selectedHover: {
|
selectedHover: {}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
markerStyle: {
|
markerStyle: {
|
||||||
initial: {
|
initial: {
|
||||||
|
|
2230
index.html
2230
index.html
File diff suppressed because it is too large
Load Diff
2606
index2.html
2606
index2.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
5620
pages/UI/icons.html
5620
pages/UI/icons.html
File diff suppressed because it is too large
Load Diff
1564
pages/UI/modals.html
1564
pages/UI/modals.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1695
pages/calendar.html
1695
pages/calendar.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue