Changeset 35038


Ignore:
Timestamp:
2021-04-06T00:17:56+12:00 (3 years ago)
Author:
davidb
Message:

Rough cut at autocomplete drop-down menu highlighting -- needs to be tidied up after futher testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/css/eurovision.css

    r35007 r35038  
    11
    2 #sgvizler-div svg {
    3     background-color: white;
    4     padding: 0.0em;
    5 }
    6 
    7 #sgvizler-div svg path[fill-opacity="0.8"] {
    8     fill:red;
    9 }
    102
    113#from-country-votes {
     
    4739
    4840
    49 /* ssq = sample sparql query */
    50 
    51 ul.ssq li:nth-child(odd) {
    52     background-color: rgba(255,255,255,0.2);
    53 }
    54 ul.ssq li:nth-child(even) {
    55     background-color: rgba(255,255,255,0.0);
    56 }
    57 
    58 ul.ssq li {
    59     padding: 6px;
    60 }
    61 
    62 /*
    63 a.load-ssq  {
    64     margin-right: 12px;
    65 }
    66 */
    67 
    68 
    69 .ssq button {   
    70     border: 2px solid hsl(284, 88%, 35%);
    71     background-color: hsl(284, 84%, 20%);
    72     border-radius: 8px;
    73     padding: 6px;
    74 }
    75 
    76 .ssq button:hover {   
    77     background-color: hsl(284, 84%, 30%);
    78 
    79 }
    80 
    81 .ssq button:focus {
    82     outline: none;
    83 }
    84 
    85 button.load-ssq  {
    86     margin-right: 12px;
    87 }
    88 
    89 button.exec-ssq  {
    90     display: none;
    91 }
    92 
    93 
    94 .sgvizler-form textarea {
    95     width:100%;
    96     min-width:100%;
    97     max-width: 100%;
    98     min-height: 24px;
    99     padding-left: 6px;
    100     padding-right: 6px;
    101 }
    102 .sgvizler-form pre {
    103     margin-top: 9px;
    104     margin-bottom: 3px;
    105 }
    106        
    10741
    10842
Note: See TracChangeset for help on using the changeset viewer.