diff options
-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;} |