Pull-request: #17665 Fixes: #17553 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
3ade69a81e
BIN
themes/metro/img/b_deltbl_white.png
Normal file
BIN
themes/metro/img/b_deltbl_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
@ -24,6 +24,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
color: $button-color;
|
||||
background-color: $navi-background-light;
|
||||
background-image: none;
|
||||
|
||||
a {
|
||||
color: $button-color;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: $navi-color;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
color: $button-color;
|
||||
background-color: $browse-success-color;
|
||||
|
||||
@ -104,10 +104,10 @@ body#loginform {
|
||||
|
||||
select {
|
||||
margin: 0 !important;
|
||||
border: 1px solid $navi-background;
|
||||
background: $navi-background;
|
||||
color: $navi-color;
|
||||
padding-left: 0 !important;
|
||||
border: 1px solid #ccc;
|
||||
background: white;
|
||||
color: #333;
|
||||
padding-left: 5px;
|
||||
font-family: $font-family-base;
|
||||
min-width: 100%;
|
||||
|
||||
@ -124,6 +124,10 @@ body#loginform {
|
||||
padding-top: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.card,
|
||||
@ -263,6 +267,38 @@ button:not(.accordion-button) {
|
||||
color: $button-color;
|
||||
text-decoration: none;
|
||||
background-color: $button-background;
|
||||
|
||||
&:hover {
|
||||
background-color: $button-hover;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
button.jsAccountLocking {
|
||||
background: none;
|
||||
color: var(--bs-link-color);
|
||||
margin-left: 0;
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
color: var(--bs-link-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
button.jsPrintButton {
|
||||
background: none;
|
||||
color: #444;
|
||||
margin-left: 0;
|
||||
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
border: 1px solid #444;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
}
|
||||
|
||||
.ic_db_drop {
|
||||
background-image: url('../img/b_deltbl.png');
|
||||
background-image: url('../img/b_deltbl_white.png');
|
||||
}
|
||||
|
||||
.ic_b_newtbl {
|
||||
|
||||
@ -475,11 +475,13 @@ li.fast_filter {
|
||||
border: 1px solid #ddd;
|
||||
background: #f2f2f2;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.drop_list {
|
||||
&:hover .drop_button {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user