mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed som variables to values so it's the same for dark and light theme, added special styling for login text, link and input (#12196)
This commit is contained in:
parent
7d508df1b4
commit
77403b0dc1
@ -13,6 +13,13 @@ $login-border: #8daac5;
|
||||
justify-content: center;
|
||||
background-image: url(../img/heatmap_bg_test.svg);
|
||||
background-size: cover;
|
||||
color: #d8d9da;
|
||||
& a {
|
||||
color: #d8d9da !important;
|
||||
}
|
||||
& .btn-primary {
|
||||
@include buttonBackground(#ff6600, #bc3e06);
|
||||
}
|
||||
}
|
||||
|
||||
input:-webkit-autofill,
|
||||
@ -25,8 +32,9 @@ textarea:-webkit-autofill:focus,
|
||||
select:-webkit-autofill,
|
||||
select:-webkit-autofill:hover,
|
||||
select:-webkit-autofill:focus {
|
||||
-webkit-box-shadow: 0 0 0px 1000px $black inset;
|
||||
-webkit-text-fill-color: $gray-7 !important;
|
||||
-webkit-box-shadow: 0 0 0px 1000px $black inset !important;
|
||||
-webkit-text-fill-color: #fbfbfb !important;
|
||||
box-shadow: 0 0 0px 1000px $black inset;
|
||||
}
|
||||
|
||||
.login-form-group {
|
||||
@ -46,6 +54,8 @@ select:-webkit-autofill:focus {
|
||||
border: 1px solid $login-border;
|
||||
border-radius: 4px;
|
||||
opacity: 0.6;
|
||||
background: $black;
|
||||
color: #fbfbfb;
|
||||
|
||||
&:focus {
|
||||
border: 1px solid $login-border;
|
||||
@ -103,7 +113,7 @@ select:-webkit-autofill:focus {
|
||||
}
|
||||
|
||||
.icon-gf-grafana_wordmark {
|
||||
color: $link-color;
|
||||
color: darken($white, 11%);
|
||||
position: relative;
|
||||
font-size: 2rem;
|
||||
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user