1
restaurant-search/client/style.css

8 lines
173 B
CSS
Raw Normal View History

2014-09-04 02:47:15 +00:00
.unselectable {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}