|
|
@@ -108,3 +108,23 @@ table.datatables {
|
|
|
text-shadow: -1px 0 1px @cui-gray-800, 0 1px 1px @cui-gray-800, 1px 0 1px @cui-gray-800, 0 -1px 1px @cui-gray-800;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+button:focus,
|
|
|
+a:focus, a:active,
|
|
|
+button::-moz-focus-inner,
|
|
|
+input[type="reset"]::-moz-focus-inner,
|
|
|
+input[type="button"]::-moz-focus-inner,
|
|
|
+input[type="submit"]::-moz-focus-inner,
|
|
|
+select::-moz-focus-inner,
|
|
|
+input[type="file"] > input[type="button"]::-moz-focus-inner {
|
|
|
+ outline: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+select:-moz-focusring {
|
|
|
+ color: transparent;
|
|
|
+ text-shadow: 0 0 0 #000;
|
|
|
+}
|
|
|
+
|
|
|
+*:-moz-focusring {
|
|
|
+ outline: none;
|
|
|
+}
|