Fixed scrollbars corner colour (on Chrome).

This commit is contained in:
WrinklyNinja
2014-07-12 15:14:45 +01:00
parent 724c818325
commit fcde5f8623
+3
View File
@@ -21,6 +21,9 @@
along with LOOT. If not, see
<http://www.gnu.org/licenses/>.
*/
::-webkit-scrollbar-corner {
background: inherit;
}
body {
font:10pt/1.5 Helvetica,sans-serif;
margin:0;