Prevent selection highlight styles on tabs

This commit is contained in:
Pat Nakajima
2013-01-17 13:24:33 -08:00
parent a139125c9e
commit b241cf9fd4

View File

@@ -2,6 +2,12 @@
background: #333333;
border-bottom: 4px solid #424242;
font: caption;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tab {