Subversion Repositories SmartDukaan

Rev

Rev 15933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15933 Rev 16675
Line 865... Line 865...
865
    font-size: 1.4em;
865
    font-size: 1.4em;
866
    line-height: 45px;
866
    line-height: 45px;
867
    cursor: pointer;
867
    cursor: pointer;
868
}
868
}
869
a.hpdl:hover{text-decoration:underline;}
869
a.hpdl:hover{text-decoration:underline;}
-
 
870
 
-
 
871
.disable-selection {
-
 
872
     -moz-user-select: none; /* Firefox */
-
 
873
      -ms-user-select: none; /* Internet Explorer */
-
 
874
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-
 
875
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
-
 
876
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
-
 
877
}
870
878