Skip to content

Commit d30ad8f

Browse files
authored
Add colors for new Jenkins tooltips (#176)
* Update main.scss * Update main.scss
1 parent ff584de commit d30ad8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/frontend/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
--breadcrumbs-item-bg-color--hover: var(--dark-theme-bg-dark);
6464
--breadcrumbs-border: var(--dark-theme-bg-dark-grey);
6565

66+
/* Tooltips */
67+
--tooltip-background: hsl(240, 6%, 23%);
68+
--tooltip-box-shadow: inset 0 0 1px rgba(240, 240, 255, 0.1),
69+
0 10px 25px rgba(15, 15, 20, 0.5),
70+
0 7.5px 15px -15px rgba(0, 0, 0, 1);
71+
6672
/* Links */
6773
--link-color: #53c1ff;
6874
--link-visited-color: #53c1ff;

0 commit comments

Comments
 (0)