summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Napora <napcok@gmail.com>2016-01-18 17:53:16 +0100
committerDaniel Napora <napcok@gmail.com>2016-01-18 17:53:16 +0100
commita34377996e45592c98d6632d461a8afc3d54db2c (patch)
treec87c02864ebe4da42367f6c695fa8a9a61864b7e
parent5211ff8acb583463705eaec5eaa67f39d0d59ecb (diff)
downloadmageiawelcome-a34377996e45592c98d6632d461a8afc3d54db2c.tar
mageiawelcome-a34377996e45592c98d6632d461a8afc3d54db2c.tar.gz
mageiawelcome-a34377996e45592c98d6632d461a8afc3d54db2c.tar.bz2
mageiawelcome-a34377996e45592c98d6632d461a8afc3d54db2c.tar.xz
mageiawelcome-a34377996e45592c98d6632d461a8afc3d54db2c.zip
fix for #17431
-rw-r--r--usr/share/mageiawelcome/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css
index 57fa643..fe5cc7d 100644
--- a/usr/share/mageiawelcome/css/style.css
+++ b/usr/share/mageiawelcome/css/style.css
@@ -4,6 +4,7 @@ html {
a:focus, button:focus{outline:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
p a.weblink{color:#FFF;font-weight:bold; text-decoration:none;}
p a.weblink:hover{text-decoration:underline;}
+a.weblink.button:active {color:#666;}
body {background: #0C3A6D; color:#FFF;margin:0;padding:0;font-size:12px;cursor:default;text-shadow: 1px 0 2px #000;}
header{padding:0 6px;height:66px;position:relative;color:#FFF;
}