mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14865] Mask remaining issues with tweaks
PHPBB3-14865
This commit is contained in:
parent
fc056cf717
commit
6010bc298e
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
/* -------------------------------------------------------------- /*
|
/* -------------------------------------------------------------- /*
|
||||||
$Base
|
$Tweaks
|
||||||
/* -------------------------------------------------------------- /*
|
/* -------------------------------------------------------------- /*
|
||||||
These style definitions are IE 8 & 9 only.
|
These style definitions are IE 8 & 9 only.
|
||||||
They are required due to the poor CSS support in IE browsers.
|
They are required due to the poor CSS support in IE browsers.
|
||||||
/* -------------------------------------------------------------- */
|
/* -------------------------------------------------------------- */
|
||||||
|
/* stylelint-disable selector-max-compound-selectors */
|
||||||
|
/* stylelint-disable selector-no-qualifying-type */
|
||||||
|
|
||||||
|
|
||||||
/* IE 8 Tweaks (value)\9 equates to IE <= 8
|
/* IE 8 Tweaks (value)\9 equates to IE <= 8
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
|
@ -52,3 +55,4 @@ dd label input {
|
||||||
.tabs .tab > a {
|
.tabs .tab > a {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable */
|
||||||
|
|
Loading…
Add table
Reference in a new issue