Changeset 35053 for main


Ignore:
Timestamp:
2021-04-11T00:10:48+12:00 (3 years ago)
Author:
davidb
Message:

Improvements to when displaying faceted search results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/eurovision-lod/style/custom.css

    r34839 r35053  
    2828
    2929
     30#resultsArea {
     31    width: 600px;
     32}
     33
    3034.termHighlight {
    3135    background: hsl(195, 47%, 35%);;
     
    4852}
    4953
     54input[type="text"] {
     55    padding-left: 6px;
     56}
     57
    5058.ui-widget-content input[type="text"], .ui-widget-content input[type="email"] {
    5159    color: #000;
    5260}
     61
     62
     63/* NEW */
     64.ui-menu-item a {
     65    color: #000;
     66    font-size: 12px;
     67}
     68
     69/*
     70.ui-menu-item a:hover, .ui-state-active {
     71     background: hsl(195, 47%, 35%);
     72    color: #000;
     73}
     74*/
     75
     76.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
     77    border: 1px solid hsl(284,  88%, 35%);
     78    background: hsl(195, 47%, 35%) none 50% 50% repeat-x;
     79    font-weight: bold;
     80    color: #000;
     81}
     82
     83/*
     84.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { background-color: #ffff00; text-decoration: none; }
     85.ui-state-focus a, .ui-state-focus a:link, .ui-state-focus a:visited { background-color: #ffff00; text-decoration: none; }
     86.ui-state-active { background-color: #ff00ff; text-decoration: none; }
     87.ui-state-focus { background-color: #ff00ff; text-decoration: none; }
     88*/
     89
     90/*
     91.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
     92    color: #303030;
     93    background-color: red;
     94    border: #fff 1px solid;
     95}
     96*/
     97
     98
     99.ui-autocompleteXXX .ui-widget {
     100  /*font-family: Verdana,Arial,sans-serif; */
     101  font-size: 16px;
     102  color: #000;
     103  /* background-color: blue; */
     104}
     105
     106/*
     107.ui-state-hover {
     108    background: #428BCA!important;
     109}
     110*/
     111
     112
    53113
    54114.ui-widget-content input[type="submit"] {
     
    118178}
    119179
     180
     181#facetSelector .ui-widget-content a {
     182    color: #000;
     183}
     184
     185li.expandFacetListfcCU, li.expandFacetListfcYE, li.collapseFacetListfcCU, li.collapseFacetListfcYE {
     186    padding-left: 10px;
     187}
     188
    120189/* used in favourites basket page */
    121190
     
    158227}
    159228
     229h3 {
     230    /* color: hsl(195, 47%, 35%); */
     231    color: #aaa;
     232}
     233
    160234ul {
    161235    list-style: inherit;
Note: See TracChangeset for help on using the changeset viewer.