Merge #17665 - Fix #17553 - [Metro] Unreadable links and UI fixes/improvements

Pull-request: #17665
Fixes: #17553

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-10-29 18:41:56 +02:00
commit 3ade69a81e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
5 changed files with 57 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@ -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;

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {