Forgot the theming of the download button
This commit is contained in:
parent
f7a0ff1be7
commit
a136cab1c8
1 changed files with 8 additions and 0 deletions
8
skin/settings.css
Normal file
8
skin/settings.css
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#export a {
|
||||||
|
padding: 0.5em;
|
||||||
|
margin: 0 1em;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
background: #35e;
|
||||||
|
color: #fff;
|
||||||
|
}
|
Loading…
Reference in a new issue