Explorar el Código

restore normal font size for the "Add link" input field
* Fixes second part of #172

nodiscc hace 9 años
padre
commit
c981b4d19c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      inc/shaarli.css

+ 1 - 0
inc/shaarli.css

@@ -336,6 +336,7 @@ h1 {
 
 #headerform input.linkurl {
     width: 50%;
+    font-size: inherit;
 }
 
 #toolsdiv {