h5ai/src/_h5ai/public/css/lib/misc.less
2015-10-24 19:20:31 +02:00

14 lines
281 B
Text

::-moz-selection {
color: @col-text-native-selection;
background: @col-back-native-selection;
text-shadow: none;
}
::selection {
color: @col-text-native-selection;
background: @col-back-native-selection;
text-shadow: none;
}
*:focus {
outline: none;
}