aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 3d5a0a433d..c8eb5da9a6 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -940,6 +940,17 @@ li.pagination ul {
z-index: 51;
}
+/* Live search box */
+#livesearch {
+ width: 30%;
+ margin: 0px;
+ position: absolute;
+ background-color: #12A3EB;
+ box-shadow: 1px 2px 5px rgb(175,167,167);
+ z-index: 999;
+ overflow: auto;
+}
+
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {