Skip to content

Commit

Permalink
Make Clear button in the recordfinder visible (#937)
Browse files Browse the repository at this point in the history
Credit to @der-On
  • Loading branch information
der-On authored Jul 7, 2023
1 parent 01c332e commit 653ed00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/ui/less/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@
padding-right: 15px;

&.clear-record {
right: 30px;
margin-top: -44px;
right: 44px;
}

i {
Expand Down
4 changes: 2 additions & 2 deletions assets/ui/storm.css
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ html.cssanimations .cursor-loading-indicator.hide{display:none}
.field-recordfinder{background-color:#fff;border:1px solid #d1d6d9;overflow:hidden;position:relative;-webkit-box-shadow:inset 0 1px 0 rgba(209,214,217,0.25),0 1px 0 rgba(255,255,255,.5);box-shadow:inset 0 1px 0 rgba(209,214,217,0.25),0 1px 0 rgba(255,255,255,.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.field-recordfinder .form-control{background:transparent;border-color:transparent;height:auto;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:7px 30px 7px 11px;-webkit-box-shadow:none;box-shadow:none}
.field-recordfinder .btn{background:transparent;position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;border-radius:0;color:#595959;text-shadow:none;padding-left:15px;padding-right:15px}
.field-recordfinder .btn.clear-record{right:30px;margin-top:-44px}
.field-recordfinder .btn.clear-record{right:44px;}
.field-recordfinder .btn i{display:block;font-size:14px}
.field-recordfinder .btn:hover{color:#333}
.field-recordfinder .text-muted i{font-size:14px;position:relative;top:1px;display:inline-block;margin:0 2px}
Expand Down Expand Up @@ -3685,4 +3685,4 @@ ul.autocomplete.dropdown-menu.inspector-autocomplete li a{padding:5px 12px;white
.clockpicker-plate{border:none}
.clockpicker-hours .clockpicker-tick{font-size:12px}
.clockpicker-hours .clockpicker-tick.tick-inner{font-size:16px}
.clockpicker-minutes .clockpicker-tick{font-size:16px}
.clockpicker-minutes .clockpicker-tick{font-size:16px}

0 comments on commit 653ed00

Please sign in to comment.