Ignore:
Timestamp:
2023-04-16T16:54:28+12:00 (13 months ago)
Author:
davidb
Message:

Additional tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/eurovision-lod/trunk/interfaces/eurovision/style/core-extra.css

    r37280 r37668  
    8383
    8484
     85.ui-widget-header {
     86    border: 1px solid #d4ccb0;
     87    background-image: none;
     88    background-color: var(--gs-primary-bg);
     89    color: #ffffff;
     90    font-weight: bold;
     91}
     92
    8593/*
    8694.ui-widget {
     
    119127
    120128*/
     129
     130
     131/* Based on: https://stackoverflow.com/questions/17838380/styling-jquery-ui-autocomplete */
     132
     133.ui-menu .ui-menu-item {
     134    background:white;
     135    color: black;
     136    font-size:80%;
     137}
     138
    121139
    122140
Note: See TracChangeset for help on using the changeset viewer.