Skip to content

Commit

Permalink
Style wizard buttons
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Oct 15, 2014
1 parent fdef596 commit 2f40365
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions public/css/icinga/setup.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f40365

Please sign in to comment.