-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add hint that field has more to offer
displays triangles symbol on the right side of select data entry
- Loading branch information
1 parent
096937e
commit 08230b1
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
app/src/frontend/building/data-components/select-data-entry.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
select.form-control { | ||
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><!-- form control --><svg width="118.78mm" height="102.87mm" version="1.1" viewBox="0 0 118.78 102.87" xmlns="http://www.w3.org/2000/svg"><path d="m59.391 100.81-57.609-99.781 115.22-3e-6 -28.804 49.891z" fill-rule="evenodd" stroke-opacity="0"/></svg>'); | ||
background-repeat: no-repeat; | ||
background-position: right 10px center; | ||
background-size: 10px 10px; | ||
padding-right: 30px; /* Add padding to make space for the arrow */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters