1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Content/Overrides/browser.less

13 lines
169 B
Plaintext
Raw Normal View History

2013-06-26 03:33:17 +03:00
html {
overflow : -moz-scrollbars-vertical;
overflow-y : scroll;
}
button::-moz-focus-inner, a::-moz-focus-inner {
border : 0;
}
a:focus {
outline : none;
}