theme changes

This commit is contained in:
yuri
2017-01-11 17:57:27 +02:00
parent baa0dd91d0
commit 0d89218031
2 changed files with 19 additions and 0 deletions
+18
View File
@@ -61,6 +61,10 @@ table.table {
-moz-box-shadow: none;
}
#navbar .nav.navbar-nav.navbar-right {
background-color: @navbar-bg;
}
.list-container > .list,
.panel,
.dashlet-container,
@@ -70,6 +74,14 @@ table.table {
box-shadow: 3px 3px 4px rgba(0,0,0,0.13);
}
#navbar .nav.navbar-nav.navbar-right,
.stick-sub.button-container,
#navbar .navbar.navbar-inverse {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
@media (min-width: 768px) {
.modal-dialog > .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
@@ -110,4 +122,10 @@ table.table {
#notifications-panel > .panel,
#global-search-panel > .panel {
border-width: 1px;
}
.record .stick-sub.button-container {
z-index: 3000;
background-color: @navbar-bg !important;
padding-bottom: 0;
}
+1
View File
@@ -1,6 +1,7 @@
@navbar-inverse-bg: #546E7A;
@body-bg: #ececec;
@top-navbar-bg-color: @body-bg;
@navbar-bg: @body-bg;
@white-color: #FFF;