Improve tooltip style

This commit is contained in:
DanyaPostfactum 2013-01-25 02:32:55 +10:00 committed by nightwing
commit 84b1f16967

View file

@ -247,9 +247,12 @@
}
.ace_gutter-tooltip {
background-color: #FFFFD5;
background-color: #FFF;
background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
border: 1px solid gray;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
border-radius: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: black;
display: inline-block;
max-width: 500px;