installer css

This commit is contained in:
crispycat 2024-02-08 12:40:41 -05:00
parent ef2eec4658
commit e478233457
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
<?php $this->runScript(PACKAGE, "update_0.20.1a-rc0"); ?>

View File

@ -160,3 +160,35 @@
<?php
}
?>
<style>
body {
font-family: "Verdana", "Tahoma", sans-serif;
background: #ddd;
border: 2px solid #007;
padding: 8px;
margin: 8px auto;
max-width: 960px;
}
body:before {
content: "Crispage Package Manager";
display: block;
background: #007;
color: #fff;
padding: 6px;
margin: -8px -8px 4px;
}
button {
border: 2px outset;
background: #def;
}
button:hover, button:active {
background: #fed;
}
button:active {
border: 2px inset;
}
</style>