Style wizard buttons

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-15 15:49:38 +02:00
parent fdef596c6e
commit 2f40365fc8
1 changed files with 43 additions and 0 deletions

View File

@ -100,6 +100,49 @@
position: absolute;
left: -1337px;
}
#btn_prev {
margin-right: 1em;
}
button, .button-like {
padding: 0.5em 1em;
font-weight: bold;
outline: 0;
border: 1px solid black;
border-radius: 0.2em;
background: #666;
color: #eee;
&:hover, &:focus {
background-color: #333;
}
&.install {
width: 25em;
color: #fffafa;
background: #aaa;
&:hover {
background: #888;
}
}
&.login {
width: 25em;
color: #333;
background: #9e4;
&:hover {
background: #7c2;
}
}
}
a.button-like {
cursor: default;
text-decoration: none;
}
}
#setup table.requirements {