Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Added needed cursor indicators requested in #5896 #5900

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@

.dialog > .bookmarkDialog .fa-close {
color: #999;
cursor: pointer;
font-size: 16px;
float: right;
margin-top: 7px;
Expand Down Expand Up @@ -617,6 +618,7 @@

select {
box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.8);
cursor: pointer;
}
}

Expand Down