r9268 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Nov 13 14:28:02 UTC 2007


Author: tincho-guest
Date: Tue Nov 13 14:28:02 2007
New Revision: 9268

URL: http://svn.debian.org/wsvn/?sc=1&rev=9268
Log:
Avoid changing the color of elements with a popup. Leave only the border.

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=9268&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Nov 13 14:28:02 2007
@@ -162,28 +162,28 @@
         }
         /* From ikiwiki templates */
         .popup {
-        border-bottom: 1px dotted #366; /* slightly green */
-                color: #366;
+            border-bottom: 1px dotted #366; /* slightly green */
+            /* color: #366; */
         }
         .popup .balloon,
         .popup .paren,
         .popup .expand {
-                display: none;
+            display: none;
         }
         .popup:hover .balloon,
         .popup:focus .balloon {
-                position: absolute;
-                display: block;
-                min-width: 15em;
-                margin: 0em 0 0 -15em;
-                padding: 0.5em;
-                border: 2px outset #F5F5B5;     /* light yellowish */
-                background: #F5F5B5;            /* light yellowish */
-                color: black;
-                /* Nonstandard, but very nice. */
-                opacity: 0.95;
-                -moz-opacity: 0.95;
-                filter: alpha(opacity=95);
+            position: absolute;
+            display: block;
+            min-width: 15em;
+            margin: 0em 0 0 -15em;
+            padding: 0.5em;
+            border: 2px outset #F5F5B5;     /* light yellowish */
+            background: #F5F5B5;            /* light yellowish */
+            color: black;
+            /* Nonstandard, but very nice. */
+            opacity: 0.95;
+            -moz-opacity: 0.95;
+            filter: alpha(opacity=95);
         }
         table.bts-info-details td:first-child {
             text-align: center;




More information about the Pkg-perl-cvs-commits mailing list