Browse Source

Layoutanpassung HS-spezifisch mit Sass #15

master
Bettina Floss 4 days ago
parent
commit
9891eb0ee2
  1. 40
      superx/edit/kern/maske_sicht_laden.jsp
  2. 233
      superx/style/sx_field_dialogue.css
  3. 1
      superx/style/sx_field_dialogue.css.map
  4. 292
      superx/style/sx_field_dialogue.scss

40
superx/edit/kern/maske_sicht_laden.jsp

@ -44,8 +44,7 @@ callurl+=params; @@ -44,8 +44,7 @@ callurl+=params;
<title>Auswahl <%=fname %></title>
</head>
<style>
</style>
<script type="text/javascript" language="javascript">
var sichtContentJSON;
@ -98,7 +97,7 @@ var xhttp = new XMLHttpRequest(); @@ -98,7 +97,7 @@ var xhttp = new XMLHttpRequest();
xhttp.open("GET", url, true);
xhttp.send();
}
//202604 Label aktualisiert: Sicht in Sicht ändern
function renderSichtauswahl(content)
{
var targetDiv=document.getElementById("sichtauswahlDiv");
@ -106,7 +105,7 @@ var zs=""; @@ -106,7 +105,7 @@ var zs="";
//zs+="TTT"+JSON.stringify(content.sichten.selected);
if(content && content.sichten.selected && content.sichten.selected.name )
{
zs += "<div class='field is-grouped is-grouped-multiline'><div class='input-container'><label class='label'>Sicht</label>";
zs += "<div class='field is-grouped is-grouped-multiline'><div class='input-container'><label class='label'>Sicht ändern</label>";
//zs += "Ausgewählte Sicht: </span></div>";
//zs+=" <div class='field-body'><div class='field is-active'>";
zs+= buildSichtauswahlSelect(content);
@ -128,12 +127,12 @@ else @@ -128,12 +127,12 @@ else
zs+="Keine Sichtauswahl m&ouml;glich";
}
//Suche:
//Suche: 202605 is-small entfernt aus class=input und class=button, style für button ergänzt
zs += "<div class='input-container'>";
zs += "<label class='label'>Suche</label>";
zs+="<div class='field has-addons'><div class='control'>";
zs+= "<input id='sichtSuche' class='input is-small is-active' type='text' placeholder='Suche' onBlur='ndSichtEintraegeSuchen(this.value);return false;'/>";
zs+="</div><div class='control'><button class='button is-small is-rounded' onClick='ndSichtEintraegeSuchen(document.getElementById(\'sichtSuche\'));return false;'>";
zs+= "<input id='sichtSuche' class='input is-active' type='text' placeholder='' onBlur='ndSichtEintraegeSuchen(this.value);return false;'/>";
zs+="</div><div class='control'><button class='button is-rounded' style='height:40px;' onClick='ndSichtEintraegeSuchen(document.getElementById(\'sichtSuche\'));return false;'>";
zs+="<span class='icon' aria-hidden='true' alt='Suche' title='Suche'><img src='../../images/search_blue.svg'/></span></button>";
zs+="</div></div></div>";
@ -255,7 +254,7 @@ if(searchstring=="" || node.title.indexOf(searchstring)>-1) @@ -255,7 +254,7 @@ if(searchstring=="" || node.title.indexOf(searchstring)>-1)
{
for(var i=0;i < node.children.length;i++)
{
zs+="<ul style='margin-left:10px' id='childOf"+node.objectId+"'>";
zs+="<ul style='margin-left:10px'>";
zs += renderNode(node.children[i],false,searchstring,previousValuesCount,previousValuesArray,zeilenanzahl);
zs +="</ul>";
@ -343,19 +342,17 @@ function ndSichtEintraegeSuchen(was) { @@ -343,19 +342,17 @@ function ndSichtEintraegeSuchen(was) {
}
</script>
<body class="has-navbar-fixed-top" onload="initDialog('<%=callurl %>','')">
<div id="nd_navi_top">
<nav class="navbar is-fixed-top" role="navigation" ><!--aria-label="main navigation"-->
<div id="nd_navi_top" > <!-- 202606 entfernt style="margin-top:-55px"-->
<nav class="navbar-dialogue is-fixed-top" role="navigation" aria-label="navigation">
<div class="navbar-brand">
<div class="navbar-item">
<p class="title is-4">Auswahl <%=fname %></p>
<p class="title-dialogue is-4" ><%=fname %></p>
</div>
</div>
<!--202604: Buttonfolge geändert-->
<div class="navbar-end"><span class="navbar-end">
<div class="navbar-item is-hoverable">
<div class="buttons">
@ -391,19 +388,17 @@ function ndSichtEintraegeSuchen(was) { @@ -391,19 +388,17 @@ function ndSichtEintraegeSuchen(was) {
</div>
</span>
</div>
</nav>
</nav>
<!--<div class="container"> doppelte scrollbalken verhindern-->
<form name="selection" onsubmit="return false;" style="margin:0px">
<div class="input-container">
<div class="input-container sticky-filter"> <!--202606 sticky-filter ergänzt-->
<div class="field is-grouped is-grouped-multiline">
<div class="input-container">
<div id="sichtauswahlDiv">
</div>
</div>
</div>
</div>
<% if(zeilenanzahl!=null && !zeilenanzahl.equals("1"))
@ -413,20 +408,19 @@ function ndSichtEintraegeSuchen(was) { @@ -413,20 +408,19 @@ function ndSichtEintraegeSuchen(was) {
<div class="buttons">
<input type="checkbox" name="metaCheckox" value="" style="margin-left:1.5rem;" onclick="ndMaskDialogToggleAllCheckboxes(document.forms['selection'],this)" />&#160; alle markieren
</div>
<hr />
<%
}
%>
<div id="sichtDiv" class="comboDiv">keine Auswahl m&ouml;glich
</div>
<div id="sichtDiv" class="comboDiv-dialogue">keine Auswahl m&ouml;glich
</div> <!--202605 geändert in comboDiv-dialogue-->
</form>
<!--</div> container-->
</div>
</div> <!--Ende nd_navi-top-->
</body>
</html>

233
superx/style/sx_field_dialogue.css

@ -1,92 +1,192 @@ @@ -1,92 +1,192 @@
@charset "UTF-8";
button.button-dialogue {
border: thin solid hsl(0, 0%, 71%);
border-radius: 0.3em;
background-color: white;
color: black;
padding: 8px;
width: 11em;
}
input.input {
border: thin solid hsl(0, 0%, 71%);
border-radius: 0.3em;
background-color: white;
color: black;
line-height: 2.5em;
}
/*dateispezifische Basics*/
body {
padding-top: 0px; /*202606 ergänzt die höhe der navbar*/
}
body, .label, .searchresult, .placeholder { /*Schrift für Kopf, Suchform.Teile, Suchergebnisse*/
font-family: sans serif;
font-weight: normal;
font-size: 12px; /*20241102 geändert BF von 0.9rem;*/
font-size: 15px; /*202604 geändert von ursprgl. 12px;*/
}
input[type="checkbox"] {
vertical-align: bottom;
line-height: 1.25; }
.combodiv {
display: flex;
justify-content: left; }
ul { list-style: none; }
hr {
background-color: whitesmoke;
margin-top: -1rem;
margin-bottom: 0.5rem; }
margin-bottom: 0.5rem;
}
/*HS-spezifische Anpassungen*/
.navbar-dialogue {
position: sticky; /* 202606 ergänzt:Kopfzeile bleibt beim Scrollen "kleben"*/
top: 0;
left: 0;
width: 100%;
height: 105px;
background: #ECF0F3;
z-index: 1000;
margin-top: -55px;
}
.title-dialogue.is-4:before {
content: "";
}
.title-dialogue.is-4:after {
content: " Filter";
}
.title-dialogue.is-4 {
color: hsl(0, 0%, 21%);
font-weight: bold;
font-size: 25px;
}
/**20260611 auskomm zum Test.button-dialogue {
background-color: $button-dialogue-background; /*202604 für ok/reset/sbbruch-button*/
/* padding: 8px;
border: thin solid black;
width: 11em;
}*/
.a-dialogue {
color: black;
font-family: sans-serif;
font-weight: bold;
font-size: 15px;
}
input[type=checkbox] {
vertical-align: bottom;
line-height: 1.25;
/*20260611 auskommentiert zum Test background: $input-background;*/
}
.input::placeholder, .textarea::placeholder, .select select::placeholder { /*202604 eingefügt*/
/*20260611 auskomentiert zum Test color: $input-color; */
font-size: 15px;
}
.comboDiv-dialogue { /*202605 ergänzt*/
margin-left: 1.6rem;
}
/* Standarddarstellung für größere Viewports */
.comboDiv {
display: flex;
justify-content: left;
}
.input-container.sticky-filter { /*202606 neu: äußerer Container*/
position: sticky; /*202606 neu: bleibt beim Scrollen sichtbar*/
top: 105px; /* Höhe der Navbar > siehe oben */
z-index: 999;
background: #ECF0F3;
padding: 0.5rem 0;
}
.input-container {
display: flex;
flex-direction: row; /* Ordnet Felder horizontal*/
margin-top: 0.2rem;}
margin-top: 0.2rem;
background: #ECF0F3;
}
.input-container > .label {
margin-bottom: 0;
margin-right: 1.2rem;}
margin-bottom: 1rem; /*202604 geänd. v urprgl. 0*/
margin-right: 0.5rem; /*202606 geänd v. 2.2rem*; 202604 geänd. v. 1.2em*/
text-align: right; /*202606 ergänzt*/
}
.field is-grouped is-grouped-multiline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1rem; }
gap: 1rem;
}
.field.is-grouped {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-left: 0.5rem;
gap: 1rem; }
gap: 1rem;
}
.field {
align-items: flex-start; /*für gleiche vertik. Feldausrichtung*/
}
.field {align-items: flex-start;} /*für gleiche vertik. Feldausrichtung*/
.label {
margin-top: 5px;
width: 2em; }
width: 8em; /*202604 geänd. v urprgl. 2em*/
font-weight: bold; /*202604: ergänzt*/
}
.select select, .input { /*für Auswahlfeldstyle*/
border: thin solid hsl(0, 0%, 71%); /*hellgrau*/
border: thin solid hsl(0, 0%, 71%);
border-radius: 0.3em;
padding-left: 5px;}
/*20260611 auskommentiert zum Test color: $input-color; */ /*202604 ergänzt*/
font-size: 16px; /*202604 ergänzt*/
padding-left: 5px;
}
/*Anpassungen für Viewports bis 768px=tablet-Hochformat */
/*Anpassungen für Viewports Mobile bis 768px=tablet-Hochformat */
@media screen and (min-width: 585px) and (max-width: 768px) {
.input-container {
flex-direction: row;
gap: 1px; /* Fügt Abstand zwischen den Feldern hinzu */
}
.field.is-grouped { flex-direction: row; }
.field {align-items: flex-start;}
.input-container > .label { /*202605 ergänzt*/
margin-bottom: 0rem;
text-align: right; /*202606 ergänzt*/
}
.field.is-grouped {
flex-direction: row;
}
.field {
align-items: flex-start;
}
}
/*Anpassung für kleine Viewports */
/*Anpassung für kleine Viewports (Mobile)*/
@media screen and (max-width: 584px) {
.input-container {
.input-container {
flex-direction: column; /* Stapelt Felder*/
margin-top: 1rem;
margin-top: 0rem; /*202604 geändert v ursprgl. 1rem*/
padding-bottom: 0.2rem; /*202604 eingefügt*/
}
.input-container > .label { /*202605 ergänzt*/
margin-bottom: 0rem;
text-align: left; /*202606 ergänzt*/
}
.field.is-grouped {
flex-direction: row;
column-gap: 5px; /* Abstand label und Input/Select-Felder */
row-gap: 1px; /* Höhneabstand zwischen Feldern; ohne Angabe wird Abstand zu groß*/
row-gap: 1px; /* Höhenabstand zwischen Feldern; ohne Angabe wird Abstand zu groß*/
}
.label {width: 3em;}
}
/*** style-Abschnitt von maske_combo_laden.jsp und html-Datei***/
/* so. Zeile 16
/* Ergebnislisten von Sichten und gesuchten Elementen */
ul {
list-style-type: none;
}*/
list-style: none;
}
#sichtentreeUL {
.sichtentreeUL {
list-style-type: none;
margin-left: 2em;
padding: 0;
@ -101,7 +201,7 @@ ul { @@ -101,7 +201,7 @@ ul {
}
.sichtentreeCaret::before {
content: "\25B6";
content: "";
color: #014A7B;
display: inline-block;
margin-right: 0px;
@ -109,7 +209,7 @@ ul { @@ -109,7 +209,7 @@ ul {
.sichtentreeCaret-down::before {
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari */'
-webkit-transform: rotate(90deg); /* Safari */
transform: rotate(90deg);
}
@ -134,55 +234,22 @@ ul { @@ -134,55 +234,22 @@ ul {
}
.sichtentreeLink {
text-decoration: none; /* keine Unterstreichung für links */
text-decoration: none; /* keine Unterstreichung für links */
}
.sichtentreeLinkWithSpace {
text-decoration: none; /* keine Unterstreichung für links */
margin-left:10px;
margin-left: 10px;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
ul.sichtentreeChildUL {
margin: 0px;
padding-left: 10px;
list-style-type: none;
list-style-position: inside;
list-style-image: none;
}
/* cells entfernt
.cell {
position: sticky;
top: 0;
z-index: 10;
} */
/*so. Zeile 43
.label {
font-size: 14px; }*/
/*so. Zeile 24
.input-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}*/
/*.input-container > .label {
margin-bottom: 0.25rem;
}*/
/*so. Zeile 52
@media (min-width: 768px) {
.input-container {
flex-direction: row;
align-items: center;
}
margin: 0px;
padding-left: 10px;
list-style-type: none;
list-style-position: inside;
list-style-image: none;
}
.input-container > .label {
margin-bottom: 0;
margin-right: 1rem;
}
}*/
/*# sourceMappingURL=sx_field_dialogue.css.map */

1
superx/style/sx_field_dialogue.css.map

@ -0,0 +1 @@ @@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["sx_field_dialogue.scss"],"names":[],"mappings":";AA6DA;EApCE;EACA;EACA;EACA;EACA;EACA;;;AAkCF;EA9BE;EACA;EACA;EACA;EACA;;;AA8BF;AACA;EAAO;;;AAEP;EACG;EACA;EACA;;;AAGH;EACE,kBAzDoB;EA0DpB;EACA;;;AAGF;AACA;EACI;EACA;EACA;EACA;EACA;EACA,YAhFc;EAiFd;EACA;;;AAGJ;EAA8B;;;AAC9B;EAA6B;;;AAC7B;EACG,OAzFM;EA0FN;EACA;;;AAGH;AAAA;AAEE;AAAA;AAAA;AAAA;AAKF;EACG;EACA;EACA;EACA;;;AAGH;EACE;EACA;AACA;;;AAEF;AACE;EACA;;;AAGF;EACG;;;AAEH;AACA;EACG;EACA;;;AAGH;EACI;EACA;EACA;EACA,YAlIc;EAmId;;;AAGJ;EACI;EACA;EACA;EACA,YA1Ic;;;AA6IlB;EACI;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EAAQ;;;AAGR;EACE;EACA;EACA;;;AAGF;EACG,QA9Ja;EA+Jb;AACA;EACA;EACA;;;AAGH;AACA;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGH;IAAoB;;EACpB;IAAQ;;;AAGT;AACA;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;AACA;EAAK;;;AAEL;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA,OA9NsB;EA+NtB;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACA;;;AAGA;EACC;EACA;EACA;EACA;;;AAGD;EACA;EACA;EACA;EACA;EACA","file":"sx_field_dialogue.css"}

292
superx/style/sx_field_dialogue.scss

@ -0,0 +1,292 @@ @@ -0,0 +1,292 @@
@charset "utf-8";
// ***Auswahleigenschaften***.
// *Brand colors*
$purple: #8a4d76;
$pink: #fa7c91;
$brown: #757763;
$beige-light: #d0d1cd;
$beige-lighter: #eff0eb;
$blue: #3333ff;
$dklgrau:hsl(0, 0%, 21%);
$memtext-blaugrau:#ECF0F3;
$mittelgrau:hsl(0, 0%, 60%);
$hellgrau:hsl(0, 0%, 71%);
$grün:hsl(141, 71%, 48%);
$gelb-orange:hsl(48, 100%, 67%);
// ***SuperX-Default***
$navbar-dialogue-background: $memtext-blaugrau;
$title-dialogue-color: $dklgrau;
$input-container-background: $memtext-blaugrau;
$sichtentreeCaret-color:#014A7B;
$hr-background-color: whitesmoke;
$select-border: thin solid $hellgrau;
@mixin default-button-dialogue {
border: thin solid $hellgrau;
border-radius: 0.3em;
background-color: white;
color: black;
padding: 8px;
width: 11em;
}
@mixin default-input {
border: thin solid $hellgrau;
border-radius: 0.3em;
background-color: white;
color: black;
line-height: 2.5em;
}
// ***Hochschul-Spezifika***
//$navbar-dialogue-background:#003c7aff; //UDE-Blau
//$title-dialogue-color: white; //passend zum dunklen background
//$input-container-background:#d9d9d9ff; //UDE-Grau
@mixin hochschul-button-dialogue {
border: thin solid black;
background-color: #d9d9d9; //UDE-Grau
color: black;
padding: 8px;
width: 11em;
}
@mixin hochschul-input {
background-color: white;
color: black;
line-height: 2.5em;
}
// ***Aktuelle Konfiguration via mixins***
button.button-dialogue {@include default-button-dialogue;}
//button.button-dialogue {@include hochschul-button-dialogue;}
input.input {@include default-input;}
//input.input {@include hochschul-input;}
/*dateispezifische Basics*/
body { padding-top: 0px; /*202606 ergänzt die höhe der navbar*/}
body, .label, .searchresult, .placeholder { /*Schrift für Kopf, Suchform.Teile, Suchergebnisse*/
font-family: sans serif;
font-weight: normal;
font-size: 15px; /*202604 geändert von ursprgl. 12px;*/
}
hr {
background-color: $hr-background-color;
margin-top: -1rem;
margin-bottom: 0.5rem;
}
/*HS-spezifische Anpassungen*/
.navbar-dialogue {
position: sticky; /* 202606 ergänzt:Kopfzeile bleibt beim Scrollen "kleben"*/
top:0;
left: 0;
width: 100%;
height:105px;
background: $navbar-dialogue-background;
z-index: 1000;
margin-top: -55px;
}
.title-dialogue.is-4:before { content:""; }
.title-dialogue.is-4:after { content:" Filter"; }
.title-dialogue.is-4 {
color: $title-dialogue-color;
font-weight: bold;
font-size: 25px;
}
/**20260611 auskomm zum Test.button-dialogue {
background-color: $button-dialogue-background; /*202604 für ok/reset/sbbruch-button*/
/* padding: 8px;
border: thin solid black;
width: 11em;
}*/
.a-dialogue {
color: black;
font-family: sans-serif;
font-weight: bold;
font-size: 15px;
}
input[type="checkbox"] {
vertical-align: bottom;
line-height: 1.25;
/*20260611 auskommentiert zum Test background: $input-background;*/ }
.input::placeholder, .textarea::placeholder, .select select::placeholder { /*202604 eingefügt*/
/*20260611 auskomentiert zum Test color: $input-color; */
font-size: 15px;
}
.comboDiv-dialogue { /*202605 ergänzt*/
margin-left: 1.6rem;}
/* Standarddarstellung für größere Viewports */
.comboDiv {
display: flex;
justify-content: left; }
.input-container.sticky-filter { /*202606 neu: äußerer Container*/
position: sticky; /*202606 neu: bleibt beim Scrollen sichtbar*/
top: 105px; /* Höhe der Navbar > siehe oben */
z-index: 999;
background: $input-container-background;
padding: 0.5rem 0;
}
.input-container {
display: flex;
flex-direction: row; /* Ordnet Felder horizontal*/
margin-top: 0.2rem;
background: $input-container-background;
}
.input-container > .label {
margin-bottom: 1rem; /*202604 geänd. v urprgl. 0*/
margin-right: 0.5rem; /*202606 geänd v. 2.2rem*; 202604 geänd. v. 1.2em*/
text-align: right; /*202606 ergänzt*/
}
.field is-grouped is-grouped-multiline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1rem; }
.field.is-grouped {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-left: 0.5rem;
gap: 1rem; }
.field {align-items: flex-start; /*für gleiche vertik. Feldausrichtung*/
}
.label {
margin-top: 5px;
width: 8em; /*202604 geänd. v urprgl. 2em*/
font-weight: bold; /*202604: ergänzt*/
}
.select select, .input { /*für Auswahlfeldstyle*/
border: $select-border;
border-radius: 0.3em;
/*20260611 auskommentiert zum Test color: $input-color; */ /*202604 ergänzt*/
font-size: 16px; /*202604 ergänzt*/
padding-left: 5px;
}
/*Anpassungen für Viewports Mobile bis 768px=tablet-Hochformat */
@media screen and (min-width: 585px) and (max-width: 768px) {
.input-container {
flex-direction: row;
gap: 1px; /* Fügt Abstand zwischen den Feldern hinzu */
}
.input-container > .label { /*202605 ergänzt*/
margin-bottom: 0rem;
text-align: right; /*202606 ergänzt*/
}
.field.is-grouped { flex-direction: row; }
.field {align-items: flex-start;}
}
/*Anpassung für kleine Viewports (Mobile)*/
@media screen and (max-width: 584px) {
.input-container {
flex-direction: column; /* Stapelt Felder*/
margin-top: 0rem; /*202604 geändert v ursprgl. 1rem*/
padding-bottom: 0.2rem; /*202604 eingefügt*/
}
.input-container > .label { /*202605 ergänzt*/
margin-bottom: 0rem;
text-align: left; /*202606 ergänzt*/
}
.field.is-grouped {
flex-direction: row;
column-gap: 5px; /* Abstand label und Input/Select-Felder */
row-gap: 1px; /* Höhenabstand zwischen Feldern; ohne Angabe wird Abstand zu groß*/
}
}
/* Ergebnislisten von Sichten und gesuchten Elementen */
ul { list-style: none; }
.sichtentreeUL {
list-style-type: none;
margin-left: 2em;
padding: 0;
}
.sichtentreeCaret {
cursor: pointer;
-webkit-user-select: none; /* Safari 3.1 */
-moz-user-select: none; /* Firefox 2 */
-ms-user-select: none; /* IE 10 */
user-select: none;
}
.sichtentreeCaret::before {
content: "\25B6";
color: $sichtentreeCaret-color;
display: inline-block;
margin-right: 0px;
}
.sichtentreeCaret-down::before {
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari */
transform: rotate(90deg);
}
.sichtentreePlaceholder {
margin-left: 16px;
}
.sichtentreeNested {
display: none;
margin-right: 0px;
padding-left: 13px;
}
.sichtentreeActive {
display: block;
margin-right: 0px;
padding-left: 13px;
}
.sichtentreeSpacer {
padding-left: 10px; /*wofür nötig?*/
}
.sichtentreeLink {
text-decoration: none; /* keine Unterstreichung für links */
}
.sichtentreeLinkWithSpace {
text-decoration: none; /* keine Unterstreichung für links */
margin-left:10px;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
ul.sichtentreeChildUL {
margin: 0px;
padding-left: 10px;
list-style-type: none;
list-style-position: inside;
list-style-image: none;
}
Loading…
Cancel
Save