diff --git a/style/themes/default-darker.css b/style/themes/default-darker.css index 9983ead6..feceffcf 100644 --- a/style/themes/default-darker.css +++ b/style/themes/default-darker.css @@ -574,7 +574,9 @@ fieldset[disabled] .form-control { } .has-success .form-control:focus { border-color: rgb(73, 143, 75); - box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(64, 125, 80) 0 0 6px; + box-shadow: + rgba(0, 0, 0, 0.07) 0 1px 1px inset, + rgb(64, 125, 80) 0 0 6px; } .has-success .input-group-addon { color: rgb(139, 196, 140); @@ -602,7 +604,9 @@ fieldset[disabled] .form-control { } .has-warning .form-control:focus { border-color: rgb(148, 117, 64); - box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(125, 98, 53) 0 0 6px; + box-shadow: + rgba(0, 0, 0, 0.07) 0 1px 1px inset, + rgb(125, 98, 53) 0 0 6px; } .has-warning .input-group-addon { color: rgb(198, 171, 123); @@ -630,7 +634,9 @@ fieldset[disabled] .form-control { } .has-error .form-control:focus { border-color: rgb(143, 58, 56); - box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(111, 45, 44) 0 0 6px; + box-shadow: + rgba(0, 0, 0, 0.07) 0 1px 1px inset, + rgb(111, 45, 44) 0 0 6px; } .has-error .input-group-addon { color: rgb(194, 102, 100); @@ -1215,7 +1221,9 @@ fieldset[disabled] .btn-link:hover { .navbar-form { border-top-color: transparent; border-bottom-color: transparent; - box-shadow: rgba(24, 26, 27, 0.1) 0 1px 0 inset, rgba(24, 26, 27, 0.1) 0 1px 0; + box-shadow: + rgba(24, 26, 27, 0.1) 0 1px 0 inset, + rgba(24, 26, 27, 0.1) 0 1px 0; } @media (min-width: 768px) { .navbar-form { @@ -2419,7 +2427,8 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px; } .layout-boxed { - background: linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)), + background: + linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)), url(../../img/boxed-bg-dark.png) fixed; } .content-wrapper { diff --git a/style/themes/lcars.css b/style/themes/lcars.css index e42ee475..6123cc0a 100644 --- a/style/themes/lcars.css +++ b/style/themes/lcars.css @@ -467,9 +467,13 @@ p.login-box-msg, #8bf 754px, #000 754px ); - background-size: 304px 100%, 758px 100%; + background-size: + 304px 100%, + 758px 100%; background-repeat: no-repeat; - background-position: 0 0, 100% 0; + background-position: + 0 0, + 100% 0; border-radius: 0 0 0 min(75px, var(--sidebar-width)); font-weight: bold; text-transform: uppercase; @@ -713,11 +717,19 @@ p.login-box-msg, #000 754px ), linear-gradient(#48f, #48f); - background-size: calc(304px - var(--sidebar-width)) 50px, 758px 50px, 100% 50px; - background-position: 0 4px, 100% 4px, 0 4px; + background-size: + calc(304px - var(--sidebar-width)) 50px, + 758px 50px, + 100% 50px; + background-position: + 0 4px, + 100% 4px, + 0 4px; background-repeat: no-repeat; overflow: hidden; - transition: all 0.3s ease-in-out, width 0.3s ease-in-out; + transition: + all 0.3s ease-in-out, + width 0.3s ease-in-out; } .content { @@ -1736,7 +1748,9 @@ table.dataTable { } .content-wrapper { background-image: linear-gradient(to left, #000 4px, #cce6ff 4px), linear-gradient(#48f, #48f); - background-size: var(--gradient-pos) 50px, 100% 50px; + background-size: + var(--gradient-pos) 50px, + 100% 50px; background-repeat: no-repeat; } .content {