mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11:00 +00:00
This commit is contained in:
parent
0136d8808c
commit
e0c4810246
1 changed files with 25 additions and 4 deletions
|
@ -7,8 +7,12 @@
|
||||||
.blue.darken-3 {
|
.blue.darken-3 {
|
||||||
background-color: #1E5DA6 !important;
|
background-color: #1E5DA6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*" like in btn-delete-text */
|
||||||
|
.btn-flat {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-switch-type {
|
.btn-switch-type {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: #5CA8FF;
|
color: #5CA8FF;
|
||||||
|
@ -17,7 +21,6 @@
|
||||||
background-color: #444 !important;
|
background-color: #444 !important;
|
||||||
color: #5CA8FF;
|
color: #5CA8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-switch-type.active {
|
.btn-switch-type.active {
|
||||||
background-color: #3392FF !important;
|
background-color: #3392FF !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -26,19 +29,38 @@
|
||||||
background-color: #5CA8FF !important;
|
background-color: #5CA8FF !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-content {
|
||||||
|
border: 1px solid #444 !important;
|
||||||
|
background-color: #222 !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file-dropzone {
|
||||||
|
background: #222;
|
||||||
|
border: 1px solid #444;
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color: #fff;
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #444 !important;
|
border: 1px solid #444 !important;
|
||||||
background-color: #222 !important;
|
background-color: #222 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.textarea-container {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.code {
|
.code {
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
background: #222;
|
background: #222;
|
||||||
|
@ -49,7 +71,6 @@
|
||||||
text-shadow: 0 1px #000;
|
text-shadow: 0 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.token.atrule,
|
.token.atrule,
|
||||||
.token.attr-value,
|
.token.attr-value,
|
||||||
.token.keyword {
|
.token.keyword {
|
||||||
|
|
Loading…
Reference in a new issue