fix(fe/styles): clean up incorrect styles
This commit is contained in:
parent
18aa61a0f8
commit
c8c7450583
8 changed files with 17 additions and 28 deletions
|
@ -164,7 +164,7 @@
|
|||
.theme-dark input {
|
||||
font-size: 1.2rem;
|
||||
color: #999;
|
||||
background-color: rgb(64 64 64);
|
||||
background-color: #404040;
|
||||
border: solid 1px #95a5a6;
|
||||
}
|
||||
|
||||
|
@ -348,10 +348,10 @@
|
|||
color: #f1c40f;
|
||||
}
|
||||
.theme-dark .major-bg {
|
||||
background-color: #242424;
|
||||
background-color: #404040;
|
||||
}
|
||||
.theme-dark .normal-bg {
|
||||
background-color: #697384;
|
||||
background-color: #242424;
|
||||
}
|
||||
.theme-dark .focus-bg {
|
||||
background-color: #16a085;
|
||||
|
@ -374,5 +374,5 @@
|
|||
}
|
||||
.theme-dark .button-default {
|
||||
color: #999;
|
||||
background-color: rgb(64 64 64);
|
||||
background-color: #404040;
|
||||
}
|
||||
|
|
|
@ -258,7 +258,6 @@
|
|||
padding: 1rem;
|
||||
color: #697384;
|
||||
margin: 1rem 0 0 0;
|
||||
background-color: #f6f6f6;
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -347,25 +346,19 @@
|
|||
color: #f1c40f;
|
||||
}
|
||||
|
||||
.theme-default .lightest-bg {
|
||||
background-color: white;
|
||||
}
|
||||
.theme-default .major-bg {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
.theme-default .normal-bg {
|
||||
background-color: #ecf0f6;
|
||||
background-color: white;
|
||||
}
|
||||
.theme-default .focus-bg {
|
||||
background-color: #16a085;
|
||||
}
|
||||
.theme-default .minor-bg {
|
||||
background-color: #2c3e50;
|
||||
background-color: #ecf0f6;
|
||||
}
|
||||
.theme-default button {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.theme-default ::placeholder {
|
||||
.theme-default ::placeholder {
|
||||
color: #95a5a6;
|
||||
}
|
||||
.theme-default a {
|
||||
|
@ -374,9 +367,6 @@
|
|||
.theme-default a:hover {
|
||||
color: cc#2ecc71;
|
||||
}
|
||||
.theme-default input {
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.theme-default input:focus {
|
||||
opacity: 0.8;
|
||||
box-shadow: 0 0.1rem 1rem rgba(22, 160, 133, 0.1);
|
||||
|
@ -384,4 +374,4 @@
|
|||
.theme-default .button-default {
|
||||
color: #697384;
|
||||
background-color: #ecf0f6;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue