Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from Hermanya/patch-1
Browse files Browse the repository at this point in the history
Disable text selection highlighting
  • Loading branch information
weareoutman committed Apr 28, 2014
2 parents c7406f0 + 6f44e19 commit f1778d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/standalone.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.popover.top {
margin-top: -10px;
Expand Down Expand Up @@ -183,4 +189,4 @@
}
.text-primary {
color: #428bca;
}
}

0 comments on commit f1778d6

Please sign in to comment.