]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
add link/unlink to quick edit
[chloro.git] / chloro / phyll / static / css / style.scss
index 50b7bf02d2256dcf775576dd82a1337462a66781..e3fb0af250a9d97b8c95f82f43a7b2cf10d0d841 100644 (file)
@@ -185,6 +185,18 @@ footer {
 
 #style-popup {
        background: white;
+       input {
+               display: none;
+               padding: 3px;
+               border: 1px inset #ccc;
+               background: white;
+               width: 0px;
+               transition: width ease 2s;
+               &.shown {
+                       display: inline-block;
+                       width: 400px;
+               }
+       }
        button {
                padding: 0;
                height: 2em;
@@ -196,5 +208,9 @@ footer {
                &:hover {
                        background: #ccc;
                }
+               &[data-action=createLink] {
+                       color: blue;
+                       text-decoration: underline;
+               }
        }
 }