remove window type
This commit is contained in:
parent
0a79f64528
commit
181df98a98
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
<script src="../scripts/pages/popup.js" type="module"></script>
|
<script src="../scripts/pages/popup.js" type="module"></script>
|
||||||
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
|
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body role="window">
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav id="header" class="nav-wrapper transparent">
|
<nav id="header" class="nav-wrapper transparent">
|
||||||
<ul class="right">
|
<ul class="right">
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#score {
|
#score {
|
||||||
background-color: #88888888;
|
background-color: #88888888;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
@ -11,8 +10,4 @@
|
||||||
|
|
||||||
#score::-webkit-progress-value {
|
#score::-webkit-progress-value {
|
||||||
background-color: #ffF;
|
background-color: #ffF;
|
||||||
}
|
|
||||||
|
|
||||||
body[role="window"] {
|
|
||||||
width: 250pt;
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue