summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 6fbfcb75..53ac3314 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -6280,7 +6280,8 @@ body {
p {
margin: 0 0 1em;
}
-input {
+input,
+button {
-webkit-font-smoothing: antialiased;
letter-spacing: .1px;
text-rendering: optimizeLegibility;
@@ -6413,7 +6414,7 @@ select.form-control {
.alert-danger {
background-color: #e51c23;
}
-.alert a,
+.alert a:not(.close),
.alert .alert-link {
color: #fff;
font-weight: bold;
@@ -6465,6 +6466,7 @@ select.form-control {
.close {
font-size: 34px;
font-weight: 300;
+ line-height: 24px;
opacity: 0.6;
}
.close:hover {