Lines 463-468
th {
Link Here
|
463 |
#action { |
463 |
#action { |
464 |
a, |
464 |
a, |
465 |
button { |
465 |
button { |
|
|
466 |
color: darken( $links, 5% ); |
466 |
|
467 |
|
467 |
&:hover { |
468 |
&:hover { |
468 |
i { |
469 |
i { |
Lines 559-564
th {
Link Here
|
559 |
margin: 15px; |
560 |
margin: 15px; |
560 |
padding: 5px 10px; |
561 |
padding: 5px 10px; |
561 |
border-radius: 0px; |
562 |
border-radius: 0px; |
|
|
563 |
|
564 |
a { |
565 |
|
566 |
color: darken( $links, 5%); |
567 |
|
568 |
} |
562 |
} |
569 |
} |
563 |
|
570 |
|
564 |
#opac-main-search { |
571 |
#opac-main-search { |
Lines 581-586
th {
Link Here
|
581 |
.table-striped tbody > tr:nth-child(odd) > td, |
588 |
.table-striped tbody > tr:nth-child(odd) > td, |
582 |
.table-striped tbody > tr:nth-child(odd) > th { |
589 |
.table-striped tbody > tr:nth-child(odd) > th { |
583 |
background-color: #F0F3F3; |
590 |
background-color: #F0F3F3; |
|
|
591 |
|
592 |
a { |
593 |
color: darken( $links, 5%); |
594 |
|
595 |
&.btn { |
596 |
color: #FFF; |
597 |
} |
598 |
} |
599 |
|
600 |
button { |
601 |
&.btn-link { |
602 |
color: darken( $links, 5% ); |
603 |
} |
604 |
} |
584 |
} |
605 |
} |
585 |
|
606 |
|
586 |
#availability_facet { |
607 |
#availability_facet { |
Lines 1352-1358
nav {
Link Here
|
1352 |
|
1373 |
|
1353 |
/* action buttons */ |
1374 |
/* action buttons */ |
1354 |
#action { |
1375 |
#action { |
1355 |
background-color: #F0F3F3; |
1376 |
background-color: #F5F5F5; |
1356 |
border: 1px solid #E8E8E8; |
1377 |
border: 1px solid #E8E8E8; |
1357 |
margin: .5em 0 0 0; |
1378 |
margin: .5em 0 0 0; |
1358 |
padding: .5em; |
1379 |
padding: .5em; |
Lines 1362-1367
nav {
Link Here
|
1362 |
} |
1383 |
} |
1363 |
|
1384 |
|
1364 |
a { |
1385 |
a { |
|
|
1386 |
color: darken( $links, 5% ); |
1365 |
font-weight: bold; |
1387 |
font-weight: bold; |
1366 |
text-decoration: none; |
1388 |
text-decoration: none; |
1367 |
text-align: left; |
1389 |
text-align: left; |
Lines 1773-1778
nav {
Link Here
|
1773 |
background-color: #f0f3f3; |
1795 |
background-color: #f0f3f3; |
1774 |
border: 1px solid #d8d8d8; |
1796 |
border: 1px solid #d8d8d8; |
1775 |
border-bottom-width: 0; |
1797 |
border-bottom-width: 0; |
|
|
1798 |
color: darken( $links, 5% ); |
1776 |
display: block; |
1799 |
display: block; |
1777 |
margin: 0; |
1800 |
margin: 0; |
1778 |
padding: .4em .6em; |
1801 |
padding: .4em .6em; |