]> _ Git - fluidbook-html5.git/commitdiff
wip #1740 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Oct 2017 11:44:06 +0000 (13:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Oct 2017 11:44:06 +0000 (13:44 +0200)
style/fluidbook.less
style/mmenu/mmenu.less

index 345dcc343845cf3fc810a1eae3106aa59866993c..2bab7a46a1a29a7ddbdc51ee7f2bb4c84f3ba203 100644 (file)
@@ -43,7 +43,7 @@
 }
 
 /* Global settings */
-a, input[type=text], input[type=password], input[type=file], textarea {
+a, input[type=text], input[type=password], input[type=file], input[type=search], input[type=email], textarea {
        outline: none;
        -webkit-appearance: none;
 }
@@ -778,32 +778,11 @@ header {
        }
 }
 
-#search {
-       position: relative;
-       display: inline-block;
-       z-index: 2;
-       vertical-align: top;
-}
-
-.ltr #search {
-       margin: 8px 0 0 30px;
-}
-
-.rtl #search {
-       margin: 8px 30px 0 0;
-}
-
-#search img {
-       vertical-align: middle;
-}
-
-#search input {
-       padding: 5px;
-       border-radius: 1px;
-       border: 0;
-       height: 22px;
-       width: 150px;
-
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-results-button,
+input[type="search"]::-webkit-search-results-decoration {
+       display: none;
 }
 
 .hint {
index 4042da621faa69be13d2b3fae8f4a7b5fa6543c6..bb96c6178a426b5327198a33d405d3ba7d8a9e78 100644 (file)
@@ -325,7 +325,7 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
                display: block !important;
                margin: 0 auto 40px auto !important;
                &:not(.simple), &.simple .thumb img {
-                       box-shadow: 10px 4px 10px 0px rgba(68, 68, 68, 0.5);
+
                }
        }