mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat: ability to export connections
This commit is contained in:
@ -144,11 +144,17 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.input-group .input-group-addon {
|
||||
border-color: #3f3f3f;
|
||||
.has-error .form-input {
|
||||
background: $bg-color-dark;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
.input-group-addon {
|
||||
border-color: #3f3f3f;
|
||||
background: $bg-color-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.empty {
|
||||
color: $body-font-color-dark;
|
||||
background: transparent;
|
||||
|
Reference in New Issue
Block a user