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:
authorAndrea Falcon <falcon.andrea88@gmail.com>2022-07-29 10:37:14 +0300
committerAndrea Falcon <falcon.andrea88@gmail.com>2022-07-29 10:37:14 +0300
commit0c4cfebf95702f3b91553150fbd15911d653d799 (patch)
tree65905979048a345734ad551e4b57aca6743bebe5 /themes
parent479c5e32bae13a2b22f77b698bc9af4ae104ad8c (diff)
fix: change color for alert-info
Signed-off-by: Andrea Falcon <falcon.andrea88@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/metro/scss/_alert.scss14
1 files changed, 14 insertions, 0 deletions
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;