diff options
| author | Pepper <pepper@scannerjammer.com> | 2016-10-08 04:52:44 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2016-10-08 04:52:44 -0400 |
| commit | bc44ea348c682f7cefcbb5302d1d5f43af80371b (patch) | |
| tree | e2ad5f7f337dec4bb674f875bba7cda9fc46b055 /share/frontend/imgradient/css | |
| parent | 87f62e156572adf0e90b9cce781f581d95998255 (diff) | |
ok cool
Diffstat (limited to 'share/frontend/imgradient/css')
| -rw-r--r-- | share/frontend/imgradient/css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/frontend/imgradient/css/style.css b/share/frontend/imgradient/css/style.css index 9012be3..55b60a9 100644 --- a/share/frontend/imgradient/css/style.css +++ b/share/frontend/imgradient/css/style.css @@ -51,6 +51,19 @@ h1 display: none; position: fixed; } +#colorswitcheroo + { + width: 19px; + height:38px; + display: inline-block; + position: absolute; + background-image: url(http://i.asdf.us/im/7e/user_convo_1353562627_1355449919.png); + //background-image: url( http://i.asdf.us/im/7b/user_convo_1353562627.png); + background-repeat:no-repeat; + background-position: 3px 10px; + cursor: pointer; + } + #instructions { position: absolute; |
