Skip to content

Commit ac04070

Browse files
committed
Updates
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 34f17e8 commit ac04070

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css/page-common.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ header nav ul li {
199199
position: relative;
200200
color: #fff!important;
201201
padding: 0 5px 1px 5px;
202-
-moz-user-select: none;
203-
-webkit-user-select: none;
204-
user-select: none;
202+
-moz-user-select: none!important;
203+
-webkit-user-select: none!important;
204+
user-select: none!important;
205205
}
206206

207207
header nav ul li:hover {
@@ -241,6 +241,9 @@ header nav ul li p {
241241
height: auto;
242242
float: none;
243243
color: #fff;
244+
-moz-user-select: none!important;
245+
-webkit-user-select: none!important;
246+
user-select: none!important;
244247
}
245248

246249
header nav ul li div i {

0 commit comments

Comments
 (0)