Removed outline from safezone slider

This commit is contained in:
Dan
2020-01-18 14:37:04 +00:00
parent 6ab8e26faf
commit 1522c09292

View File

@@ -684,6 +684,10 @@ button:focus { outline: none; }
background-color: rgb( 180, 180, 180 );
}
#uiSettingsBox .safezone_container .slider:focus {
outline: none;
}
#uiSettingsBox .safezone_container .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;