diff options
author | Daniel Napora <napcok@gmail.com> | 2016-02-03 17:03:17 +0100 |
---|---|---|
committer | Daniel Napora <napcok@gmail.com> | 2016-02-03 17:03:17 +0100 |
commit | 21a75c4de3f5a13d5818a295eba75ceba737b1dc (patch) | |
tree | e0270e8752fa70ea61961b9fd1904022475f9fad | |
parent | 950988d3eeb1e5e6064cd3be1595bf5e06fb0a8e (diff) | |
download | mageiawelcome-21a75c4de3f5a13d5818a295eba75ceba737b1dc.tar mageiawelcome-21a75c4de3f5a13d5818a295eba75ceba737b1dc.tar.gz mageiawelcome-21a75c4de3f5a13d5818a295eba75ceba737b1dc.tar.bz2 mageiawelcome-21a75c4de3f5a13d5818a295eba75ceba737b1dc.tar.xz mageiawelcome-21a75c4de3f5a13d5818a295eba75ceba737b1dc.zip |
fix invisible checkboxes
-rw-r--r-- | usr/share/mageiawelcome/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css index 80a9d21..f40870c 100644 --- a/usr/share/mageiawelcome/css/style.css +++ b/usr/share/mageiawelcome/css/style.css @@ -17,6 +17,8 @@ header h2{text-shadow: 0 1px 2px #000;font-size:32px;margin-left:20px;margin-top header span{font-size:10px;text-shadow: 0 1px 2px #000;margin-left:20px;margin-top:-14px;} button.cmd {margin-bottom:4px;} +input[type="checkbox"] {outline:1px solid #CCC;} + /* Menu */ header nav {width:100%;text-align:center;margin-top:34px;z-index:100;cursor: pointer;float:left;} |