svg
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-15 13:58:27 +00:00
parent cb4926b8a6
commit e34cfc5192
2 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<title>Safebox</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=15" />
<link rel="stylesheet" href="style.css?t=16" />
</head>
<body>
<div class="sidebar">
@@ -52,7 +52,7 @@
<div id="pro_on" class="hidden">
<div class="grey-box">
<div class="vpn-text" id="vpnBtn" >
<img src="/img/globe.png" data-src="/img/globe.png" data-hover="/img/globe.png" alt="VPN"/>
<!--<img src="/img/globe.png" data-src="/img/globe.png" data-hover="/img/globe.png" alt="VPN"/>-->
<span>Remote access</span>
</div>
<p>It allows you to connect your installed apps to a custom domain (your own or one registered through us), so you can securely log in from any browser, anywhere in the world.
@@ -64,8 +64,8 @@
<span class="slider-text"><span class="switch-label">OFF</span></span>
</label>
-->
<span id="vpn_on" class="hidden"><img src="/img/on.png" alt="on" /></span>
<span id="vpn_off" class="hidden"><img src="/img/off.png" alt="off" /></span>
<span id="vpn_on" class="hidden"><img src="/img/on.svg" alt="on" /></span>
<span id="vpn_off" class="hidden"><img src="/img/off.svg" alt="off" /></span>
</div>
</div>
</div>
@@ -390,6 +390,6 @@
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script src="common.js?t=52"></script>
<script src="common.js?t=53"></script>
</body>
</html>

View File

@@ -361,6 +361,7 @@
font-size: 16px;
color: var(--highlight-color);
cursor: pointer;
padding: 3px 0px 0px 20px;
}
.main {