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:
authorMiłosz Lewandowski <milosz.lewandowski@gmail.com>2012-05-16 23:31:59 +0400
committerMiłosz Lewandowski <milosz.lewandowski@gmail.com>2012-05-16 23:31:59 +0400
commit6130edd505e76cc515a1d2afe16bf7e7350e0ce0 (patch)
tree920a1c2f1fdace3c1cb05b2caa3f6a3087d854b1 /themes
parentf447066be6db85b8be59917ca963d4587d83ae19 (diff)
Feature Requests item #3300418: Fast database search.
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_left.css.php12
-rw-r--r--themes/pmahomme/css/theme_left.css.php9
2 files changed, 14 insertions, 7 deletions
diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php
index 6591139871..4a593e2cb1 100644
--- a/themes/original/css/theme_left.css.php
+++ b/themes/original/css/theme_left.css.php
@@ -232,7 +232,8 @@ div#left_tableList ul ul {
display: none;
}
-#clear_fast_filter {
+#clear_fast_filter,
+#clear_fast_db_filter {
background: white;
color: black;
cursor: pointer;
@@ -242,13 +243,16 @@ div#left_tableList ul ul {
float: right;
}
-#fast_filter {
+#fast_filter,
+#fast_db_filter {
width: 100%;
padding: 2px 0;
margin: 0;
border: 0;
}
-#fast_filter.gray {
+#fast_filter.gray,
+#fast_db_fiter.gray {
color: gray;
-} \ No newline at end of file
+}
+
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index 6873681895..92f64b0c9a 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -292,7 +292,8 @@ div#left_tableList ul ul {
display: none;
}
-#clear_fast_filter {
+#clear_fast_filter,
+#clear_fast_db_filter {
background: white;
color: black;
cursor: pointer;
@@ -302,11 +303,13 @@ div#left_tableList ul ul {
right: 3ex;
}
-#fast_filter {
+#fast_filter,
+#fast_db_filter {
width: 85%;
padding: .1em;
}
-#fast_filter.gray {
+#fast_filter.gray,
+#fast_db_filter.gray {
color: gray;
}