fix
This commit is contained in:
parent
95c7d93d76
commit
da50ca0433
2 changed files with 6 additions and 2 deletions
|
@ -137,6 +137,10 @@ input[type="range"]::-moz-range-progress {
|
||||||
background-color: #3FE1B0;
|
background-color: #3FE1B0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.room-unassigned {
|
||||||
|
background-color: #fe8a4f;
|
||||||
|
}
|
||||||
|
|
||||||
.room-in-use {
|
.room-in-use {
|
||||||
background-color: #FF505F;
|
background-color: #FF505F;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<link rel="icon" href="assets/images/icon-64.png">
|
<link rel="icon" href="assets/images/icon-64.png">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="stylesheet" href="assets/index.css">
|
<link rel="stylesheet" href="assets/index.css?v=3">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>USI INF room availability</h1>
|
<h1>USI INF room availability</h1>
|
||||||
|
@ -98,6 +98,6 @@
|
||||||
homework)
|
homework)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src='app.js'></script>
|
<script src='app.js?v=2'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue