transition for earlier commit
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ body::-webkit-scrollbar {
|
||||
display:none
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="style.css?v=6.22.22">
|
||||
<link rel="stylesheet" href="style.css?v=7.04.22">
|
||||
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
|
||||
<body>
|
||||
<div class="banner">
|
||||
|
||||
@@ -261,6 +261,11 @@ button:hover {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.views {
|
||||
transition: opacity 0.3s;
|
||||
-webkit-transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
.views .centered button {
|
||||
background-color: rgb(219, 255, 235);
|
||||
padding: 12px;
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ if (file_exists('./scripts/thisrun.txt')) {
|
||||
$config = parse_ini_file('./scripts/firstrun.ini');
|
||||
}
|
||||
?>
|
||||
<link rel="stylesheet" href="style.css?v=6.22.22">
|
||||
<link rel="stylesheet" href="style.css?v=7.04.22">
|
||||
<style>
|
||||
body::-webkit-scrollbar {
|
||||
display:none
|
||||
|
||||
Reference in New Issue
Block a user