אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.css"

דערווייליגע פראבע
אין תקציר עריכה
(דערווייליגע פראבע)
צייכן: צוריקגעשטעלט
שורה 1,343: שורה 1,343:
direction: inherit;
direction: inherit;
}
}
.suggestions-description {
font-size: small;
    color: #afb7bd;
}
.suggestions-result-0:not(.suggestions-result-current) {
color: #000;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
text-align: left;
/* Apply ellipsis to suggestions */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: white;
}
.suggestions-result-1:not(.suggestions-result-current) {
color: #000;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
text-align: left;
/* Apply ellipsis to suggestions */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: #f2f2f2;
}
/*
// default style for selected result. Change as needed
.suggestions-result-current {
background-color: #2a4b8d;
color: #fff;
}
*/