Commit 1de930e5 authored by TheTechRobo's avatar TheTechRobo
Browse files

Prevent selecting (e.g. with dragging) the theme selector

parent e8aa58f3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -71,6 +71,12 @@ button[disabled] {
}

#theme-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    width: 40px;
    cursor: pointer;