mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-25 21:05:17 +01:00
...
This commit is contained in:
parent
ce639c48f6
commit
25c072d4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ def backgroundColor(self):
|
|||
'''
|
||||
Return the background color by parsing both the background-color and
|
||||
background shortcut properties. Note that inheritance/default values
|
||||
are not used.
|
||||
are not used. None is returned if no background color is set.
|
||||
'''
|
||||
|
||||
def validate_color(col):
|
||||
|
|
|
|||
Loading…
Reference in a new issue