Skip to content

Commit 84b1f16

Browse files
danyaPostfactumnightwing
authored andcommitted
Improve tooltip style
1 parent 961053b commit 84b1f16

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/ace/css/editor.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,12 @@
247247
}
248248

249249
.ace_gutter-tooltip {
250-
background-color: #FFFFD5;
250+
background-color: #FFF;
251+
background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
252+
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
251253
border: 1px solid gray;
252-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
254+
border-radius: 1px;
255+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
253256
color: black;
254257
display: inline-block;
255258
max-width: 500px;

0 commit comments

Comments
 (0)