parent
a09bc127b7
commit
f279e3debc
|
@ -113,13 +113,18 @@ div.region-top {
|
|||
/*******************
|
||||
BUTTONS */
|
||||
|
||||
.btn-default {
|
||||
.btn-default, .btn-primary {
|
||||
color: #555;
|
||||
background-color: #eee;
|
||||
border-color: #ececec;
|
||||
padding: 1rem 3rem;
|
||||
border-radius: 0.4rem;
|
||||
}
|
||||
.btn-default:hover,.btn-primary:hover {
|
||||
color: #333;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
/*******************
|
||||
TABLES */
|
||||
|
|
Loading…
Reference in New Issue