Merge pull request #773 from dkanada/style

Minor theme changes and tweak session cards on dashboard
This commit is contained in:
Anthony Lavado 2020-02-09 03:05:14 -05:00 committed by GitHub
commit ec2cad0c8d
10 changed files with 43 additions and 33 deletions

View file

@ -182,7 +182,7 @@ html {
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
.appfooter {
background: rgba(1, 2, 50, 0.7);
backdrop-filter: blur(20px);
}
@ -241,7 +241,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}

View file

@ -16,7 +16,7 @@ html {
}
.skinHeader-withBackground {
background-color: #101010;
background-color: #202020;
}
.skinHeader.semiTransparent {
@ -157,7 +157,7 @@ html {
}
.appfooter {
background: #101010;
background: #202020;
color: #ccc;
color: rgba(255, 255, 255, 0.78);
}
@ -195,6 +195,10 @@ html {
background: rgba(30, 30, 30, 0.9);
}
.detailSticky {
background: #202020;
}
.listItem-border {
border-color: rgba(34, 34, 34, 0.9) !important;
}
@ -207,7 +211,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}

View file

@ -276,7 +276,7 @@ a[data-role=button] {
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
.appfooter {
background: rgba(6, 37, 111, 0.7);
backdrop-filter: blur(20px);
}
@ -328,7 +328,10 @@ a[data-role=button] {
border-color: #48c3c8;
}
.button-flat-accent,
.button-flat:hover {
color: #48c3c8;
}
.button-link {
color: #48c3c8;
}

View file

@ -223,7 +223,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}