Commit 8afe637606848632e51f2520b1eaf75469790af8

Authored by Gustavo
1 parent 3013c6ee

Adjust in the tooltip color

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
bulletin/static/css/estilo.css
... ... @@ -25,12 +25,12 @@ body,html{
25 25 position: absolute;
26 26 display: none;
27 27 min-width: 20px;
28   - height: 110px;
29   - background: none repeat scroll 0 0 #fff;
30   - border: 3px solid #ccc;
  28 + height: 105px;
  29 + background: none repeat scroll 0 0 #000;
  30 + border: 2px solid #ccc;
31 31 border-radius:10px;
32 32 padding: 10px;
33 33 text-align: center;
34   - color: #000;
35   - opacity: 0.93
  34 + color: #fff;
  35 + opacity: 0.8;
36 36 }
... ...