|
|
@ -25,8 +25,8 @@ body { |
|
|
|
font-size: 1.4em !important; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
/* Scrollbar */ |
|
|
|
@media only screen and (min-width: 768px) { |
|
|
|
/* Scrollbar */ |
|
|
|
@media only screen and (min-width: 768px) { |
|
|
|
html { |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
@ -106,6 +106,12 @@ body { |
|
|
|
.caret { |
|
|
|
border-top-color: white !important; |
|
|
|
} |
|
|
|
svg.peity polygon { |
|
|
|
fill: var(--nav-button-color) !important; |
|
|
|
} |
|
|
|
svg.peity polyline { |
|
|
|
stroke: var(--nav-button-color) !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* BUTTONS */ |
|
|
|
.form-signin .btn { |
|
|
@ -301,6 +307,20 @@ tbody>tr:last-child td { |
|
|
|
border-bottom: 1px solid transparent!important; |
|
|
|
background: rgba(255, 255, 255, 0.25); |
|
|
|
} |
|
|
|
.progress { |
|
|
|
background-color: transparent !important; |
|
|
|
box-shadow: none !important; |
|
|
|
-webkit-box-shadow: none !important; |
|
|
|
} |
|
|
|
.progress-bar strong { |
|
|
|
color: hsla(0,0%,100%,.7) !important; |
|
|
|
} |
|
|
|
.progress-bar + span{ |
|
|
|
color: hsla(0,0%,100%,.7) !important; |
|
|
|
} |
|
|
|
.progress-bar-info { |
|
|
|
background-color: var(--nav-button-color); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.multioperations-selector { |
|
|
|