Skip to content

Commit

Permalink
Fix #1028: Make images and icons not draggabl
Browse files Browse the repository at this point in the history
Co-Authored-By: maks <[email protected]>
  • Loading branch information
tupaschoal and Karroteu committed Nov 22, 2023
1 parent c2a907b commit 76edc70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ body {
text-align: center;
}

.th :only-child {
-webkit-user-drag: none;
}

.th-month-name {
text-align: center;
font-size: 120%;
Expand All @@ -198,6 +202,7 @@ body {
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
user-select: none;
}

.title-header-img {
Expand All @@ -208,6 +213,8 @@ body {

.title-header-img img {
float: right;
user-select: none;
-webkit-user-drag: none;
}

.error-tr {
Expand Down Expand Up @@ -418,6 +425,10 @@ body {
color: var(--punch-disable-bground);
}

.punch-button img {
-webkit-user-drag: none;
}

#punch-button-label {
cursor: pointer;
margin: auto;
Expand Down

0 comments on commit 76edc70

Please sign in to comment.