debug button added
This commit is contained in:
+6
-7
@@ -60,17 +60,17 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
float: left;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -235,8 +235,7 @@
|
||||
|
||||
<body>
|
||||
<div class="containerT">
|
||||
<div class="buttons hidden"><button onclick="makeFullscreen()">Fullscreen</button><a href="./index.html">Duży zegar</a></button><!-- <button onclick="toggleDebug()">Debug</button>-->
|
||||
</div>
|
||||
<div class="buttons hidden"><button onclick="makeFullscreen()">Fullscreen</button><a href="./index.html">Duży zegar</a></button><button onclick="toggleDebug()">Debug</button></div>
|
||||
<div class="containerTC" onclick="showButtons()">
|
||||
<input type="text" id="timeOverride" class="hidden" value="01:45:00">
|
||||
</div><br>
|
||||
|
||||
Reference in New Issue
Block a user