Von Version < 28.1 >
bearbeitet von gru
am 12.03.2020, 14:39
Auf Version < 28.2 >
bearbeitet von gru
am 12.03.2020, 14:55
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -116,7 +116,6 @@
116 116   margin: auto;
117 117   margin-bottom: 5px;
118 118  }
119 -
120 120  .jQButton[active=false] {
121 121   background-color: #a7a7a7;
122 122  }
... ... @@ -126,6 +126,15 @@
126 126  .jQButton[active=false]:hover {
127 127   background-color: #676767;
128 128  }
128 +.jQButton:before {
129 + font-family: "FontAwesome";
130 + font-size: 12px;
131 + font-weight: 400;
132 + content: "\f046";
133 +}
134 +.jQButton[active=false]:before {
135 + content: "\f096";
136 +}
129 129  </style>
130 130  
131 131  <script>
Copyright 2000-2024