Hiding the webkit search field cancel x icon in selectable title.

pull/1513/head
Richard 10 years ago
parent 4ae1854066
commit 2bd768f618
  1. 3
      app/assets/stylesheets/layout/_toolbar.css.sass

@ -122,6 +122,9 @@
color: #999999
font-size: 12px
input[type="search"]::-webkit-search-cancel-button
display: none
.text
cursor: pointer
i

Loading…
Cancel
Save