Exemplo n.º 1
0
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
Exemplo n.º 2
0
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
Exemplo n.º 3
0
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))
Exemplo n.º 4
0
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))