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
diff options
context:
space:
mode:
authorMichael Keck <mkkeck@users.sourceforge.net>2005-01-20 19:35:53 +0300
committerMichael Keck <mkkeck@users.sourceforge.net>2005-01-20 19:35:53 +0300
commit27afa33d33ba9374fe5da5b79b6c4a6b13aa1fed (patch)
treece51febd52bc8b8509dd6d1c5ca731de4b6fd063 /themes/darkblue_orange
parentfb814cd6ef95ab4f8ef5453926a9d60376167cfc (diff)
tooltip function / replacement for alert box on hints
Diffstat (limited to 'themes/darkblue_orange')
-rw-r--r--themes/darkblue_orange/css/theme_right.css.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index be6679ee25..37ebfeb119 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -525,4 +525,18 @@ img, input, select, button {
font-size: 11px;
}
<?php } ?>
+#TooltipContainer {
+ position: absolute;
+ z-index: 99;
+ width: 250px;
+ height: 50px;
+ overflow: auto;
+ visibility: hidden;
+ background-color: #ffffcc;
+ color: #006600;
+ border: 1px solid #000000;
+ padding: 5px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+}
/* end of some new styles added 20047-05-05 by Michael Keck (mkkeck) */