diff options
-rw-r--r-- | assets/css/global.css | 12 | ||||
m--------- | theme | 0 |
2 files changed, 4 insertions, 8 deletions
diff --git a/assets/css/global.css b/assets/css/global.css index 8964cb000..b0b7c2ce1 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -699,7 +699,7 @@ table { -moz-user-select: none; -ms-user-select: none; user-select: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + -webkit-tap-highlight-color: transparent; } /* mouse grab icon */ .grabbing { @@ -861,9 +861,9 @@ ul { background-image: url("../../theme/img/mysociety-logo.png"); width: 125px; height: 39px; } } - @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { - .ms-header__logo { - background-image: url("../../theme/img/mysociety-logo@2.png"); } } + @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { + .ms-header__logo { + background-image: url("../../theme/img/mysociety-logo@2.png"); } } .site-title { height: 45px; @@ -1155,10 +1155,6 @@ table.table td { padding-top: 0.666em; margin-left: 0em; } -/* <pre> currently used in .glossary <dl>s, needs text color fix... might be general problem? */ -.glossary pre { - color: #e4e3dd; } - .homepage-feature { /** * For IE 6/7 only diff --git a/theme b/theme -Subproject 74896339b100b0e1093c598e00d9d2052575675 +Subproject 2253b0f82ab9f0e670109826c5326f638952b66 |