fixed #222 and changed indenting to 2

This commit is contained in:
FezVrasta 2014-11-26 13:04:13 +01:00
parent 432e5c6b0a
commit 3879ccb08f
5 changed files with 41 additions and 31 deletions

View File

@ -5419,6 +5419,9 @@ icon-material-lightgrey {
.panel-footer {
background-color: #ececec;
}
.modal {
background: rgba(0, 0, 0, 0.3);
}
.snackbar {
background-color: #323232;
color: rgba(255, 255, 255, 0.84);

File diff suppressed because one or more lines are too long

View File

@ -5412,6 +5412,9 @@ icon-material-lightgrey {
.panel-footer {
background-color: #ececec;
}
.modal {
background: rgba(0, 0, 0, 0.3);
}
.snackbar {
background-color: #323232;
color: rgba(255, 255, 255, 0.84);

File diff suppressed because one or more lines are too long

View File

@ -103,6 +103,10 @@ legend {
@import "_panels.less";
.modal {
background: rgba(0,0,0,0.3);
}
// External plugins
@import "_plugin-snackbarjs.less";
@import "_plugin-nouislider.less";