Skip to content

Commit

Permalink
[fixed] adjust select style on Firefox, resolved #556
Browse files Browse the repository at this point in the history
- add `-moz-appearance: none;` to `select` styles
- Thx to  @photino
  • Loading branch information
Minwe committed May 11, 2015
1 parent b2ceea7 commit 391b6b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Amaze UI Change Log
---

### 2015.05 W2

**CSS:**

- `IMPROVED` #556 调整 `select` 在 Firefox 下的样式(Thx to @photino)。

### 2015.05 W1

**Web 组件:**
Expand Down
1 change: 1 addition & 0 deletions less/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ output {
select {
// via Foundation
-webkit-appearance: none !important;
-moz-appearance: none !important; // since Firefox 31 ?
-webkit-border-radius: @global-radius;
background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;

Expand Down

0 comments on commit 391b6b7

Please sign in to comment.