mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fix SubscribeModal buttons on IE10
This commit is contained in:
parent
0228614ef6
commit
52395661f7
1 changed files with 16 additions and 4 deletions
|
@ -226,20 +226,32 @@
|
|||
|
||||
|
||||
html.no-borderimage #subscribe-modal
|
||||
.purchase-button
|
||||
.purchase-button, .parent-button, .sale-button
|
||||
border: 0
|
||||
background-image: url(/images/level/code_toolbar_submit_button_active.png)
|
||||
background-size: 100% 100%
|
||||
padding: 7px 10px 10px 10px
|
||||
|
||||
&:hover
|
||||
background-image: url(/images/level/code_toolbar_submit_button_zazz.png)
|
||||
border: 0
|
||||
|
||||
&:active
|
||||
background-image: url(/images/level/code_toolbar_submit_button_zazz_pressed.png)
|
||||
padding: 9px 8px 8px 12px
|
||||
border: 0
|
||||
|
||||
.purchase-button
|
||||
background-image: url(/images/level/code_toolbar_submit_button_active.png)
|
||||
&:hover
|
||||
background-image: url(/images/level/code_toolbar_submit_button_zazz.png)
|
||||
|
||||
.parent-button
|
||||
background-image: url(/images/common/button-background-warning-active.png)
|
||||
&:hover, &:active
|
||||
background-image: url(/images/common/button-background-warning-pressed.png)
|
||||
|
||||
.sale-button
|
||||
background-image: url(/images/common/button-background-primary-active.png)
|
||||
&:hover, &:active
|
||||
background-image: url(/images/common/button-background-primary-pressed.png)
|
||||
|
||||
body[lang='fr']
|
||||
#subscribe-modal .parent-button
|
||||
|
|
Loading…
Add table
Reference in a new issue