projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafc7f0
)
Removed broken cancel-button in search field
author
Marcel Werk
<burntime@woltlab.com>
Fri, 8 May 2015 18:11:16 +0000
(20:11 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 8 May 2015 18:11:16 +0000
(20:11 +0200)
wcfsetup/install/files/style/layout.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/layout.less
b/wcfsetup/install/files/style/layout.less
index 6f96815a62d6e51483d920487fd90e3ad3d6319e..98157c099e606ef0b49d3386e35477201483d482 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-161,6
+161,11
@@
&:-ms-input-placeholder { /* Internet Explorer 10+ */
color: darken(@wcfUserPanelColor, 20%);
}
+
+ /* remove broken cancel-button (webkit) */
+ &::-webkit-search-cancel-button{
+ display:none;
+ }
}
}