Tidy WebKit Scrollbars

.. to match the rest of the widgets
This commit is contained in:
Mark Liversedge
2014-05-26 19:18:44 +01:00
parent cbb017bc77
commit 2fbbcf19ed

View File

@@ -308,6 +308,9 @@ GCColor::css()
"h3 { color: %1; background-color: %2; } "
"h4 { color: %1; background-color: %2; } "
"b { color: %1; background-color: %2; } "
//"html { overflow: auto }"
"::-webkit-scrollbar-thumb { background: darkGray; } "
"::-webkit-scrollbar { width: 5px; background: %2; } "
"</style> ").arg(GColor(CPLOTMARKER).name())
.arg(bgColor.name())
.arg(fgColor.name());