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