Project

General

Profile

« Previous | Next » 

Revision 58168

[Library | Landing Redesign]: Merge library css from trunk

View differences:

library.css
895 895
    color: var(--portal-main-contrast) !important;
896 896
}
897 897

  
898
.portal-button {
898
.portal-button,.portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
899 899

  
900 900
    background-color: var(--portal-main-color);
901 901
    color: var(--portal-main-contrast);
......
904 904

  
905 905
}
906 906

  
907
.portal-button:hover, .portal-button:active, .portal-button:focus {
907
.portal-button:hover, .portal-button:active, .portal-button:focus{
908 908
    background-color: var(--portal-dark-color);
909 909
    color: var(--portal-main-contrast);
910 910
    border: 1px solid var(--portal-dark-color);
......
912 912

  
913 913
}
914 914

  
915
.portal-button-reverse {
916
    background-color: var(--portal-main-contrast);;
917
    color: var(--portal-main-color);
918
    border: 1px solid var(--portal-main-color);
919
    background-image: none;
920
}
921

  
922
/*.portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus{
923
    background-color: var(--portal-dark-color);
924
    color: var(--portal-main-contrast);
925
    border: 1px solid var(--portal-dark-color);
926
    background-image: none;
927

  
928
}*/
929

  
915 930
.portal-link {
916 931
    color: var(--portal-main-color) !important;
917 932
    /*text-decoration: underline !important;*/
......
1416 1431
    white-space: nowrap;
1417 1432
    background: #f9f9f9;
1418 1433
    border: 1px solid #ededed;
1419
    border-radius: 1px
1434
    border-radius: 1px;
1420 1435
}
1421 1436

  
1437
.quickSelectionsBox{
1438
    border: 1px solid #E6E6E6;
1439
    border-top:0px;
1440
    background-color: white;
1441
}
1442

  
1422 1443
.selectedFilterLabel {
1444
    background-color: #E5E5E5 !important;
1445
    border-color: #E5E5E5 !important;
1446
    border-radius: 2px !important;
1447
    color: inherit !important;
1448
    line-height: 15px !important;
1449
    padding: 3px 10px !important;
1450
}
1451

  
1452
.searchFilterItem {
1453
    margin-bottom: 5px;
1454
}
1455

  
1456
.range-button > button{
1457
    padding: 5px 10px !important;
1458
    text-transform: none !important;
1459
}
1460

  
1461
.portal-box .mat-select-value, .portal-box .mat-select-arrow{
1462
    color: var(--portal-main-contrast) !important;
1463

  
1464
}
1465
.entitiesSelection{
1466
    width: 150px;
1467
    padding:10px;
1468
    display: inline-block
1469
}
1470
.entitiesSelectionPanel{
1471
    margin-top: 30px !important;
1472
}
1473

  
1474

  
1475
.selectedFilterLabel {
1423 1476
    background-color: #E5E5E5;
1424 1477
    border-color: #E5E5E5;
1425 1478
    border-radius: 2px;
......
1601 1654

  
1602 1655
.space {
1603 1656
    margin-left: 4px;
1604
}
1657
}

Also available in: Unified diff