mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Nicer call-to-action buttons
This commit is contained in:
parent
b95db4c8ad
commit
0a8221c4b1
2 changed files with 15 additions and 5 deletions
|
|
@ -135,9 +135,9 @@ fieldset[disabled] .btn-primary.active {
|
|||
.btn-xl:active,
|
||||
.btn-xl.active,
|
||||
.open .dropdown-toggle.btn-xl {
|
||||
border-color: #00A388;
|
||||
color: #fff;
|
||||
background-color: #FF6138;
|
||||
border-color: #000;
|
||||
color: #fff;
|
||||
background-color: #414042;
|
||||
}
|
||||
|
||||
.btn-xl:active,
|
||||
|
|
@ -170,6 +170,11 @@ fieldset[disabled] .btn-xl.active {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
.btn-invert {
|
||||
border-color: #FF6138;
|
||||
background-color: #FF6138;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
border-color: transparent;
|
||||
background-color: #222;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue