diff --git a/metron/css/style/white/style.white.css b/metron/css/style/white/style.white.css index f0dc615..12022f1 100644 --- a/metron/css/style/white/style.white.css +++ b/metron/css/style/white/style.white.css @@ -21439,7 +21439,7 @@ a.text-dark-75:hover, a.text-dark-75:focus { background-color: #E1E9FF !important; } .bg-diagonal-light-primary:before { - background-color: #F3F6F9 !important; } + background-color: #e1e9ff !important; } .bg-light-secondary { background-color: #ECF0F3 !important; } @@ -21469,7 +21469,7 @@ a.text-dark-75:hover, a.text-dark-75:focus { background-color: #C9F7F5 !important; } .bg-diagonal-light-success:before { - background-color: #F3F6F9 !important; } + background-color: #C9F7F5 !important; } .bg-light-info { background-color: #EEE5FF !important; } @@ -21499,7 +21499,7 @@ a.text-dark-75:hover, a.text-dark-75:focus { background-color: #FFF4DE !important; } .bg-diagonal-light-warning:before { - background-color: #F3F6F9 !important; } + background-color: #FFF4DE !important; } .bg-light-danger { background-color: #FFE2E5 !important; } @@ -21741,7 +21741,8 @@ a.text-dark-75:hover, a.text-dark-75:focus { top: 0; left: 45%; -webkit-transform: rotate(20deg); - transform: rotate(20deg); } + transform: rotate(20deg); + background-color: #ffffff; } .flex-root { -webkit-box-flex: 1; @@ -52072,7 +52073,7 @@ code { .svg-icon.svg-icon-primary svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; - fill: #183582 !important; } + fill: #6993FF !important; } .svg-icon.svg-icon-primary svg:hover g [fill] { -webkit-transition: fill 0.3s ease; @@ -52090,7 +52091,7 @@ code { .svg-icon.svg-icon-success svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; - fill: #076F6A !important; } + fill: #1BC5BD !important; } .svg-icon.svg-icon-success svg:hover g [fill] { -webkit-transition: fill 0.3s ease; @@ -52108,7 +52109,7 @@ code { .svg-icon.svg-icon-warning svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; - fill: #795308 !important; } + fill: #FFA800 !important; } .svg-icon.svg-icon-warning svg:hover g [fill] { -webkit-transition: fill 0.3s ease; @@ -52117,7 +52118,7 @@ code { .svg-icon.svg-icon-danger svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; - fill: #88101D !important; } + fill: #F64E60 !important; } .svg-icon.svg-icon-danger svg:hover g [fill] { -webkit-transition: fill 0.3s ease;