1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 11:40:00 +00:00
Sonarr/UI/Content/Overrides/browser.less

13 lines
169 B
Text
Raw Normal View History

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