Skip to content

Commit

Permalink
Fixed displaying of selection boxes
Browse files Browse the repository at this point in the history
| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #762
| Refs tickets  | #775
| License       | MIT
| Doc PR        |
  • Loading branch information
rallek committed Feb 12, 2014
1 parent 6715748 commit 2ca1a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ table.z-admintable ul li {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf)); /*webkit*/
-webkit-border-radius: 3px;
}

.z-form .z-formrow select optgroup {
font-style: normal;
font-weight: bold;
Expand Down Expand Up @@ -536,7 +535,7 @@ button.z-imagebutton, /* Buttons in inline 'ajax' forms */
padding: 0.3em 2px 0.3em 1px;
cursor: pointer;
width: 68.6%;
display: block;
display: inline-block;
position: relative;
}

Expand Down

0 comments on commit 2ca1a5b

Please sign in to comment.