mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
Disable forced lowercase for placeholder
This commit is contained in:
parent
e88cc1f738
commit
68ae439f5b
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@ -25,10 +25,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr td div {
|
table tr td div {
|
||||||
max-height: 75px;
|
max-height: 75px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
@ -37,10 +33,6 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input[name="shortUrl"] {
|
|
||||||
text-transform: lowercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
td[name="deleteBtn"] {
|
td[name="deleteBtn"] {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -51,6 +43,18 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 65%;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[name="shortUrl"] {
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[name="shortUrl"]::placeholder {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user