Skip to content

Commit 54fda8f

Browse files
authored
Merge pull request #578 from jpinsonneau/1768
NETOBSERV-1768 force tooltip style
2 parents be3303e + e12619a commit 54fda8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/components/drawer/record/record-field.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
visibility: hidden;
5858
transition-property: visibility;
5959
transition-delay: 0.5s;
60-
background-color: #151515;
61-
padding: .5rem;
62-
color: #fff;
60+
background-color: #151515 !important;
61+
padding: .5rem !important;
62+
color: #fff !important;
6363
text-align: center;
6464
word-break: break-word;
65-
font-size: 13px;
65+
font-size: 13px !important;
6666
position: absolute;
6767
z-index: 1;
6868
width: max-content;

0 commit comments

Comments
 (0)