fix(fe/panel_files): normalize styles and clean up
This commit is contained in:
parent
10079fc30f
commit
ba965aa764
4 changed files with 42 additions and 20 deletions
|
@ -24,11 +24,12 @@
|
|||
background-color: #ecf0f6;
|
||||
}
|
||||
.highlight-bg {
|
||||
color: #16a085;
|
||||
background-color: #16a085;
|
||||
}
|
||||
.dark-bg {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
@ -249,14 +250,6 @@ input:focus {
|
|||
word-break: break-all;
|
||||
} */
|
||||
|
||||
.theme-default #item-rows .desc {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
padding: 2rem;
|
||||
margin-top: 1rem;
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
|
||||
.theme-default #item-rows .hr {
|
||||
height: 1px;
|
||||
margin: 2rem 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue