Update user-stylesheet docs.
This commit is contained in:
parent
171a0f201b
commit
5a2d909607
@ -269,8 +269,9 @@ def data(readonly=False):
|
|||||||
('user-stylesheet',
|
('user-stylesheet',
|
||||||
SettingValue(typ.UserStyleSheet(),
|
SettingValue(typ.UserStyleSheet(),
|
||||||
'::-webkit-scrollbar { width: 0px; height: 0px; }'),
|
'::-webkit-scrollbar { width: 0px; height: 0px; }'),
|
||||||
"User stylesheet to use (absolute filename or CSS string). Will "
|
"User stylesheet to use (absolute filename, filename relative to "
|
||||||
"expand environment variables."),
|
"the config directory or CSS string). Will expand environment "
|
||||||
|
"variables."),
|
||||||
|
|
||||||
('css-media-type',
|
('css-media-type',
|
||||||
SettingValue(typ.String(none_ok=True), ''),
|
SettingValue(typ.String(none_ok=True), ''),
|
||||||
|
Loading…
Reference in New Issue
Block a user