diff --git a/css/default.css b/css/default.css index 56882856..2ca71459 100644 --- a/css/default.css +++ b/css/default.css @@ -124,7 +124,7 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #333333; background-color: #ddd; opacity: 0.3; - filter: alpha(opacity = 30); + filter: alpha(opacity = 30); } .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus @@ -619,9 +619,9 @@ blockquote p { } input[type="file"] { - line-height: inherit; - height: inherit; - border: none !important; + line-height: inherit; + height: inherit; + border: none !important; } .drop-zone { @@ -635,6 +635,12 @@ input[type="file"] { color: #bbb; } +#modal-import-harddrive-html textarea { + width: 500px; + max-width: 500px; + height: 100px; +} + #md-section-helper { position: absolute; top: -100px; diff --git a/index.html b/index.html index 7e88f5f2..2a4e280c 100644 --- a/index.html +++ b/index.html @@ -71,11 +71,12 @@ class="icon-hdd"> Open from...