mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
st-theme-node: Add repeating backgrounds
Add support for the CSS "background-repeat" property. Currently, this only supports on/off, rather than allowing tiling in each individual dimension. It is supported for both the cogl and cairo rendering paths. https://bugzilla.gnome.org/show_bug.cgi?id=680801
This commit is contained in:
parent
3ffa1e35e8
commit
7dbc78c95f
5 changed files with 104 additions and 22 deletions
|
|
@ -67,6 +67,10 @@ stage {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
.background-repeat {
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.push-button {
|
||||
background: #eeddbb;
|
||||
border: 1px solid black;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue