Skip to content

Commit 3a03a8a

Browse files
committed
a new invalid cell "status bar" tooltip
1 parent fb0d6f3 commit 3a03a8a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

lib/data-harmonizer.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#data-harmonizer-tabs {background-color:white;z-index:10}
2+
#validation-status-bar {
3+
display: none;
4+
position: fixed;
5+
z-index:1;
6+
max-width: 420px;
7+
padding: 4px 10px;
8+
font-size: 0.82rem;
9+
line-height: 1.4;
10+
color: #721c24;
11+
background: #f8d7da;
12+
border: 1px solid #f5c6cb;
13+
border-radius: 4px;
14+
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
15+
pointer-events: none;
16+
}
17+
118
#loading-screen {
219
display: none;
320
background-color: rgba(108, 117, 125, 0.2);

0 commit comments

Comments
 (0)