Ver Fonte

fix link shortner form styling

Daniel Sheffield há 1 ano atrás
pai
commit
09f61c3f3e
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      app/rest/templates/goto-form.tpl
  2. 2 2
      app/rest/templates/goto.tpl

+ 1 - 1
app/rest/templates/goto-form.tpl

@@ -25,7 +25,7 @@ textarea::-webkit-scrollbar-thumb {
     style="width: 80%"
     id="paste-text-area"
     name="url"
-    rows="30"
+    rows="1"
     {{!disabled}}
     required="true"
     autofocus="true"

+ 2 - 2
app/rest/templates/goto.tpl

@@ -30,8 +30,8 @@ body {
         </div>
       </div>
       <div class="pure-u-1">
-        <div class="pure-button" style="margin: 1em 0 1em; background: #f5ab9e; color: #8c3a2b;">
-          <a href="{{!link}}">{{ link }}</a>
+        <div class="pure-button" style="margin: 1em 0 1em; background: #8f4f4f">
+          <a href="{{!link}}" style="color: floralwhite;">{{ link }}</a>
         </div>
       <div class="pure-u-1">
 {{!form}}