aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-09-27 23:17:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-09-27 23:21:05 +0200
commitb3250ac8289e4f4154682680d89c417f9a115e18 (patch)
tree320d4ef9a375cfef8eab1b361c760899b9d118fc /static/style.scss
parentInput cleaned up. (diff)
downloadcalp-b3250ac8289e4f4154682680d89c417f9a115e18.tar.gz
calp-b3250ac8289e4f4154682680d89c417f9a115e18.tar.xz
Add fancy editing of tag list.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 24f88f48..736f170a 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -844,6 +844,7 @@ along with their colors.
display: block;
}
+ /* REG */
input[type='text'], textarea {
width: 100%;
}
@@ -852,6 +853,14 @@ along with their colors.
}
+.inline-edit {
+ input {
+ /* important since regular spec is much stronger...*/
+ /* [REG] */
+ width: initial !important;
+ }
+}
+
/* Other
----------------------------------------
*/