mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Tidy WebKit Scrollbars
.. to match the rest of the widgets
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user