aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Flat/flat.css5
-rw-r--r--p/themes/base-theme/template.css7
2 files changed, 8 insertions, 4 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index d0ac46fd5..7b2695781 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -464,6 +464,11 @@ a.btn {
.box .box-content .item .configure {
visibility: hidden;
}
+.box .box-content .item .configure .icon {
+ vertical-align: middle;
+ background-color: #95a5a6;
+ border-radius: 3px;
+}
.box .box-content .item:hover .configure {
visibility: visible;
}
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 06874c9fe..1a96f1e2f 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -73,7 +73,9 @@ label {
input {
width: 180px;
}
-textarea {
+textarea,
+input[type="file"],
+input.extend:focus {
width: 300px;
}
input, select, textarea {
@@ -85,9 +87,6 @@ input[type="checkbox"] {
width: 15px !important;
min-height: 15px !important;
}
-input.extend:focus {
- width: 300px;
-}
button.as-link,
button.as-link:hover,
button.as-link:active {