Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-10-29 19:41:56 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-10-29 20:20:34 +0300
commit3ade69a81e7c85e9d05f9020ee73bf93d2590c18 (patch)
tree5e8c060e20436c742727d0487d4f26bd58296fa5 /themes
parent5f634b15d32b43cff853e851edf415e0c9ba167b (diff)
parentb44b5a584cc59d7874d68be3a224df21cedb7801 (diff)
Merge #17665 - Fix #17553 - [Metro] Unreadable links and UI fixes/improvements
Pull-request: #17665 Fixes: #17553 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/metro/img/b_deltbl_white.pngbin0 -> 155 bytes
-rw-r--r--themes/metro/scss/_alert.scss14
-rw-r--r--themes/metro/scss/_common.scss44
-rw-r--r--themes/metro/scss/_icons.scss2
-rw-r--r--themes/metro/scss/_navigation.scss2
5 files changed, 57 insertions, 5 deletions
diff --git a/themes/metro/img/b_deltbl_white.png b/themes/metro/img/b_deltbl_white.png
new file mode 100644
index 0000000000..8f5b30a45c
--- /dev/null
+++ b/themes/metro/img/b_deltbl_white.png
Binary files differ
diff --git a/themes/metro/scss/_alert.scss b/themes/metro/scss/_alert.scss
index d348396831..99166150bc 100644
--- a/themes/metro/scss/_alert.scss
+++ b/themes/metro/scss/_alert.scss
@@ -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;
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 48f8654c92..63c46c8dd8 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -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 {
diff --git a/themes/metro/scss/_icons.scss b/themes/metro/scss/_icons.scss
index 50a7bc4fb2..d3363841f4 100644
--- a/themes/metro/scss/_icons.scss
+++ b/themes/metro/scss/_icons.scss
@@ -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 {
diff --git a/themes/metro/scss/_navigation.scss b/themes/metro/scss/_navigation.scss
index 27a3500710..0953d586a5 100644
--- a/themes/metro/scss/_navigation.scss
+++ b/themes/metro/scss/_navigation.scss
@@ -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 {