Lines 467-472
th {
Link Here
|
467 |
#action { |
467 |
#action { |
468 |
a, |
468 |
a, |
469 |
button { |
469 |
button { |
|
|
470 |
color: darken( $links, 5% ); |
470 |
|
471 |
|
471 |
&:hover { |
472 |
&:hover { |
472 |
i { |
473 |
i { |
Lines 563-568
th {
Link Here
|
563 |
margin: 15px; |
564 |
margin: 15px; |
564 |
padding: 5px 10px; |
565 |
padding: 5px 10px; |
565 |
border-radius: 0px; |
566 |
border-radius: 0px; |
|
|
567 |
|
568 |
a { |
569 |
|
570 |
color: darken( $links, 5%); |
571 |
|
572 |
} |
566 |
} |
573 |
} |
567 |
|
574 |
|
568 |
#opac-main-search { |
575 |
#opac-main-search { |
Lines 585-590
th {
Link Here
|
585 |
.table-striped tbody > tr:nth-child(odd) > td, |
592 |
.table-striped tbody > tr:nth-child(odd) > td, |
586 |
.table-striped tbody > tr:nth-child(odd) > th { |
593 |
.table-striped tbody > tr:nth-child(odd) > th { |
587 |
background-color: #F0F3F3; |
594 |
background-color: #F0F3F3; |
|
|
595 |
|
596 |
a { |
597 |
color: darken( $links, 5%); |
598 |
|
599 |
&.btn { |
600 |
color: #FFF; |
601 |
} |
602 |
} |
603 |
|
604 |
button { |
605 |
&.btn-link { |
606 |
color: darken( $links, 5% ); |
607 |
} |
608 |
} |
588 |
} |
609 |
} |
589 |
|
610 |
|
590 |
#availability_facet { |
611 |
#availability_facet { |
Lines 1279-1285
nav {
Link Here
|
1279 |
|
1300 |
|
1280 |
/* action buttons */ |
1301 |
/* action buttons */ |
1281 |
#action { |
1302 |
#action { |
1282 |
background-color: #F0F3F3; |
1303 |
background-color: #F5F5F5; |
1283 |
border: 1px solid #E8E8E8; |
1304 |
border: 1px solid #E8E8E8; |
1284 |
margin: .5em 0 0 0; |
1305 |
margin: .5em 0 0 0; |
1285 |
padding: .5em; |
1306 |
padding: .5em; |
Lines 1289-1294
nav {
Link Here
|
1289 |
} |
1310 |
} |
1290 |
|
1311 |
|
1291 |
a { |
1312 |
a { |
|
|
1313 |
color: darken( $links, 5% ); |
1292 |
font-weight: bold; |
1314 |
font-weight: bold; |
1293 |
text-decoration: none; |
1315 |
text-decoration: none; |
1294 |
text-align: left; |
1316 |
text-align: left; |
Lines 1700-1705
nav {
Link Here
|
1700 |
background-color: #f0f3f3; |
1722 |
background-color: #f0f3f3; |
1701 |
border: 1px solid #d8d8d8; |
1723 |
border: 1px solid #d8d8d8; |
1702 |
border-bottom-width: 0; |
1724 |
border-bottom-width: 0; |
|
|
1725 |
color: darken( $links, 5% ); |
1703 |
display: block; |
1726 |
display: block; |
1704 |
margin: 0; |
1727 |
margin: 0; |
1705 |
padding: .4em .6em; |
1728 |
padding: .4em .6em; |