Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit fa113e5

Browse files
committed
Function hint tweak.
1 parent c494e93 commit fa113e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/extensions/default/JavaScriptCodeHints/styles/brackets-js-hints.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
#function-hint-container {
6969
display: none;
7070

71-
background: #e0e1e3;
71+
background: #fff;
7272
position: absolute;
7373
z-index: 15;
7474
left: 200px;
7575
top: 40px;
7676
pointer-events: none;
7777

78-
padding: 1px 3px;
78+
padding: 1px 6px;
7979
text-align: center;
8080

81-
border-radius: 2px;
82-
border: 1px solid #a6a8a8;
81+
border-radius: 3px;
82+
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
8383
}
8484

8585
#function-hint-container .function-hint-content {

0 commit comments

Comments
 (0)