Fixed some styles not being applied correctly in FF & IE.

As they don't support the Shadow DOM, so the selectors weren't working.
This commit is contained in:
Oliver Hamlet
2014-12-16 10:36:45 +00:00
parent e052b67f5c
commit ba56f064eb
3 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LOOT: {{ page.title }}</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/overrides.css">
<link rel="stylesheet" href="/overrides.css" shim-shadowdom>
<link rel="icon" type="image/ico" href="/icon.ico">
<script src="/bower_components/webcomponentsjs/webcomponents.js"></script>
+11
View File
@@ -15,6 +15,17 @@ permalink: /search/
display: inline-block;
vertical-align: top;
}
#results paper-shadow {
margin: 1.5em;
}
#results code {
background:white;
white-space:pre;
display:block;
overflow-x:auto;
font-family: monospace;
font-size: 12pt;
}
#progress {
display: none;
}
-11
View File
@@ -63,17 +63,6 @@ div[drawer] > nav {
padding: 2em 1em;
overflow-y: auto;
}
paper-shadow {
margin: 1.5em;
}
code {
background:white;
white-space:pre;
display:block;
overflow-x:auto;
font-family: monospace;
font-size: 12pt;
}
paper-button {
background: #64B5F6;
color: white;