mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-31 11:52:20 +00:00
Add switch type (text or files ) button
This commit is contained in:
parent
3e9d4c2c24
commit
e58b8ff97d
2 changed files with 23 additions and 1 deletions
|
@ -23,6 +23,10 @@ h3.header {
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.position-relative {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -114,6 +118,21 @@ h3.header {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.btn-switch-type {
|
||||
background-color: #fff;
|
||||
color: #42A5F5;
|
||||
}
|
||||
|
||||
.btn-switch-type:hover {
|
||||
background-color: #eee;
|
||||
color: #42A5F5;
|
||||
}
|
||||
|
||||
.btn-switch-type.active {
|
||||
background-color: #42A5F5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue