mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
bootstrap: Remove CSS for "submit" type inputs.
We use "submit" type inputs in dev login page. Only "cursor" CSS was applied to those elements from bootstrap and this commit adds it to those elements in portico_signin.css and removes the CSS in bootstrap.css and bootstrap-btn.css.
This commit is contained in:
@@ -210,12 +210,14 @@ html {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dev-create-button {
|
&.dev-create-button {
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3
web/third/bootstrap/css/bootstrap-btn.css
vendored
3
web/third/bootstrap/css/bootstrap-btn.css
vendored
@@ -358,6 +358,3 @@ fieldset[disabled] .btn-link:focus {
|
|||||||
.btn-block + .btn-block {
|
.btn-block + .btn-block {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
input[type="submit"].btn-block {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|||||||
9
web/third/bootstrap/css/bootstrap.css
vendored
9
web/third/bootstrap/css/bootstrap.css
vendored
@@ -62,14 +62,12 @@ input::-moz-focus-inner {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
button,
|
button {
|
||||||
input[type="submit"] {
|
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
label,
|
label,
|
||||||
button,
|
button {
|
||||||
input[type="submit"] {
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@@ -496,8 +494,7 @@ input[type="url"]:focus {
|
|||||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
||||||
}
|
}
|
||||||
input[type="file"],
|
input[type="file"],
|
||||||
input[type="image"],
|
input[type="image"] {
|
||||||
input[type="submit"] {
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user