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>2019-03-16 17:02:27 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-03-16 17:03:07 +0300
commit5e6fdf2299d45ef947274a046a16044902acde82 (patch)
tree6a00a487b51afc4b315ca0e488e35b05e6428512 /themes
parentcedfe813b9f972e19f395cfc832a3cf41c349144 (diff)
parent504fe5d83ae34a2ccec63053e9cd3bf38490e6e6 (diff)
Removed inline styles from js/server_status_monitor
#12262 Closes: #14980 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/metro/scss/_common.scss26
-rw-r--r--themes/original/scss/_common.scss26
-rw-r--r--themes/pmahomme/scss/_common.scss26
3 files changed, 78 insertions, 0 deletions
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 7fa6bd7c73..27847e6b8e 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -4235,3 +4235,29 @@ body {
}
}
}
+
+#tooltip_editor {
+ font-size: 12px;
+ background-color: #fff;
+ opacity: 0.95;
+ filter: alpha(opacity=95);
+ padding: 5px;
+}
+
+#tooltip_font {
+ font-weight: bold;
+}
+
+#selection_box {
+ z-index: 1000;
+ height: 205px;
+ position: absolute;
+ background-color: #87ceeb;
+ opacity: 0.4;
+ filter: alpha(opacity=40);
+ pointer-events: none;
+}
+
+#filter_query_text {
+ vertical-align: baseline;
+}
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index 2e6b122760..abd357d03b 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -3731,3 +3731,29 @@ body {
margin: 4px;
}
}
+
+#tooltip_editor {
+ font-size: 12px;
+ background-color: #fff;
+ opacity: 0.95;
+ filter: alpha(opacity=95);
+ padding: 5px;
+}
+
+#tooltip_font {
+ font-weight: bold;
+}
+
+#selection_box {
+ z-index: 1000;
+ height: 205px;
+ position: absolute;
+ background-color: #87ceeb;
+ opacity: 0.4;
+ filter: alpha(opacity=40);
+ pointer-events: none;
+}
+
+#filter_query_text {
+ vertical-align: baseline;
+}
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index da36dd02a0..52d9aafca7 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -4225,3 +4225,29 @@ body .ui-dialog {
width: 95% !important;
}
}
+
+#tooltip_editor {
+ font-size: 12px;
+ background-color: #fff;
+ opacity: 0.95;
+ filter: alpha(opacity=95);
+ padding: 5px;
+}
+
+#tooltip_font {
+ font-weight: bold;
+}
+
+#selection_box {
+ z-index: 1000;
+ height: 205px;
+ position: absolute;
+ background-color: #87ceeb;
+ opacity: 0.4;
+ filter: alpha(opacity=40);
+ pointer-events: none;
+}
+
+#filter_query_text {
+ vertical-align: baseline;
+}