mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-17 18:37:00 +02:00
reordering button, textarea
This commit is contained in:
committed by
GitHub
parent
9ea6817b43
commit
b68ec75922
@@ -2904,33 +2904,19 @@ input[type="checkbox"] {
|
|||||||
height: auto;
|
height: auto;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
/*input:hover, textarea:hover, select:hover {
|
|
||||||
-webkit-transform: translateY(-.2rem);
|
|
||||||
transform: translateY(-.2rem);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
input:focus,
|
|
||||||
textarea:focus,
|
|
||||||
select:focus {
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button[type="submit"],textarea {
|
button[type="submit"],textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
padding: .7rem;
|
padding: .7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
width: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 4.8rem;
|
line-height: 4.8rem;
|
||||||
@@ -2983,6 +2969,12 @@ legend {
|
|||||||
letter-spacing:.1rem;
|
letter-spacing:.1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
/*=== Focus === */
|
||||||
|
input:focus,
|
||||||
|
textarea:focus,
|
||||||
|
select:focus {
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
/*=== App Store Badges === */
|
/*=== App Store Badges === */
|
||||||
/* Change width and height: 216x64px, 162x48px, 135x40... */
|
/* Change width and height: 216x64px, 162x48px, 135x40... */
|
||||||
|
Reference in New Issue
Block a user