1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 06:46:36 +02:00

Minor visual tweak.

This commit is contained in:
Lars Jung
2015-04-29 11:56:41 +02:00
parent 33bc45d179
commit ea306c7d0c

View File

@@ -17,6 +17,10 @@ html.drag-select, html.drag-select * {
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
#view .item:hover {
box-shadow: none !important;
}
} }
#view { #view {