]> git.0d.be Git - panikweb.git/commitdiff
change tooltip style, black on white, no shadows
authorFrédéric Péters <fpeters@0d.be>
Wed, 18 Sep 2013 09:55:09 +0000 (11:55 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 18 Sep 2013 09:55:09 +0000 (11:55 +0200)
panikweb_templates/static/css/specifics.css

index 3a7be8f48bf9161606bd0a7878f1ecf0ec01c9e9..d6c4abe07b1b415855ad6afda04950a05a828aa3 100644 (file)
@@ -135,16 +135,17 @@ button.check:before, a.check:before {
        color:#fff;
 }
 .ui-tooltip {
-       border:2px solid white;
+       border:1px solid white;
        position:absolute;
        margin:0;       
        padding: 0.5em;
        background:#222;
        color: white;
-       border-radius:0.2em;
-       box-shadow: 0 0 1em black;
        z-index: 9999;
        max-width: 50%;
+       background: white;
+       color: #222;
+       border-color: #222;
 }
 /**** TABS ****/