mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12155] Remove star hack from padding-right property of .button.
This was in place for IE7 due to the use of :after for inserting the button icon. IE7 does not support :after, so the hack removed the extra padding that made room for the icon. We no longer use :after for the icon, so this is no longer an issue... not to mention that IE7 is no longer supported. PHPBB3-12155
This commit is contained in:
parent
7f2c3866ed
commit
523c374e16
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
outline-style: none !important;
|
outline-style: none !important;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
*padding-right: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button, .dropdown-select {
|
.icon-button, .dropdown-select {
|
||||||
|
|
Loading…
Add table
Reference in a new issue