Skip to content

Commit

Permalink
Disabled outlines and text selection for controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rust committed Jun 30, 2013
1 parent af356b5 commit 0b4da90
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion interfaces/webinterface/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ h2 {
border-width: 0px 1px 3px 1px;
border-style: solid;
margin: 0 auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.card h1 { /* Card title */
display: block;
Expand Down Expand Up @@ -261,6 +268,6 @@ input[type="text"]:focus {
background-size: contain;
opacity: 0.5;
}
a:focus{
a:focus, input{
outline: none;
}

0 comments on commit 0b4da90

Please sign in to comment.