mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
modify pin code input style, support dark theme
This commit is contained in:
+5
-1
@@ -131,7 +131,11 @@ i.icon.la, i.icon.las, i.icon.lab {
|
|||||||
.vue-pincode-input {
|
.vue-pincode-input {
|
||||||
margin: 3px !important;
|
margin: 3px !important;
|
||||||
padding: 5px !important;
|
padding: 5px !important;
|
||||||
box-shadow: 0 0 3px rgba(0,0,0,.5) !important;
|
box-shadow: 0 0 2px rgba(0,0,0,.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .vue-pincode-input {
|
||||||
|
box-shadow: 0 0 2px rgba(255,255,255,.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.work-break-all {
|
.work-break-all {
|
||||||
|
|||||||
Reference in New Issue
Block a user