Improve tooltip style
This commit is contained in:
parent
961053b7d0
commit
84b1f16967
1 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue