Diese Webseite funktioniert besser mit JavaScript.
Startseite
Registrieren
Anmelden
DedeBIZ
/
DedeV6
Beobachten
2
Favorisieren
0
Fork
0
Code
Pull-Requests
0
Releases
26
Aktivität
Quellcode durchsuchen
颜色拾取器优化
tags/6.2.12
叙述、别离
vor 1 Jahr
Ursprung
9f311b6111
Commit
9ed63c59ac
3 geänderte Dateien
mit
5 neuen
und
6 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+2
-3
src/static/web/css/admin.css
+1
-1
src/static/web/css/style.css
+2
-2
src/static/web/img/colornew.htm
+ 2
- 3
src/static/web/css/admin.css
Datei anzeigen
@@ -386,7 +386,6 @@ body.hidemenu .body-right {
}
.colordlg {
padding:0.5rem;
width:120px;
background:#fff;
border:1px solid #dee2e6;
z-index:10005
@@ -638,8 +637,8 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd
border-bottom-right-radius:0.5rem!important
}
#selColor {
padding:
0
;
width:
40
px
padding:
5px
;
width:
35
px
}
#edsta {
display:none;
+ 1
- 1
src/static/web/css/style.css
Datei anzeigen
@@ -440,7 +440,7 @@ input[type=file] {
#returntop:hover {
background:#e77817
}
@media (max-width:
480
px) {
@media (max-width:
768
px) {
.m-pb-1 {
padding-bottom:1rem
}
+ 2
- 2
src/static/web/img/colornew.htm
Datei anzeigen
@@ -28,5 +28,5 @@
<td bgcolor="#FFFF00" onClick="ColorSel('#FFFF00', 'color');"> </td>
</tr>
</table>
<
s
p
an
class="
d-block
my-2">自定义:<input type="color" id="selColor"></
s
p
an
>
<button
class="btn btn-sm btn-success"
onclick="ColorSel(document.querySelector('#selColor').value, 'color')">确定</button>
<p class="my-2">自定义:<input type="color" id="selColor"></p>
<button onclick="ColorSel(document.querySelector('#selColor').value, 'color')
" class="btn btn-sm btn-success
">确定</button>
Verfassen
Vorschau
Laden…
Abbrechen
Speichern