tooltip for output fields added
This commit is contained in:
@@ -29,6 +29,20 @@ p{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.bad-input-tooltip {
|
||||
display: block;
|
||||
background: #ffffff;
|
||||
color: #721c24;
|
||||
border: 1px solid #8f0c19;
|
||||
padding: 4px 8px;
|
||||
max-width: 220px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.bad-input-highlight {
|
||||
outline: 2px solid #990917;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
display: none;
|
||||
}
|
||||
@@ -37,4 +51,4 @@ body{
|
||||
gap: 20px;
|
||||
grid-template-columns: repeat(12,1fr);
|
||||
grid-template-rows:repeat(6,min-content) ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user