Skip to content

Commit

Permalink
Improved required question highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-xyz committed Nov 11, 2024
1 parent 6611f8e commit c9c1452
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEMO/static/nemo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,15 @@ li.area-tree-node a, li.area-tree-node a:hover, li.area-tree-node a:focus
#additional_event_parameters input:invalid, #additional_event_parameters select:invalid, #additional_event_parameters textarea:invalid
{
border-color: #dc3545!important;
border-width: 2px;
background: #ffebeb;
}
#tool_control input:invalid::placeholder, #tool_control select:invalid::placeholder, #tool_control textarea:invalid::placeholder,
#additional_event_parameters input:invalid::placeholder, #additional_event_parameters select:invalid::placeholder, #additional_event_parameters textarea:invalid::placeholder
{
color: #505050 ;
}

.required-question-star
{
color:red;
Expand Down

0 comments on commit c9c1452

Please sign in to comment.