mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 17:56:24 +02:00
minor bug fixes
This commit is contained in:
@@ -227,23 +227,6 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.sidebar-logo .theme-toggle {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: #f8f9ff;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #8893a7;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.sidebar-logo .theme-toggle:hover {
|
||||
background: #e8e9ff;
|
||||
color: #5856d6;
|
||||
}
|
||||
|
||||
#sidebar .server-info {
|
||||
padding: 15px;
|
||||
@@ -705,9 +688,6 @@
|
||||
<div class="brand">CyberPanel</div>
|
||||
<div class="tagline">Web Hosting Panel</div>
|
||||
</div>
|
||||
<div class="theme-toggle">
|
||||
<i class="fas fa-moon"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section-header">OVERVIEW</div>
|
||||
|
||||
Reference in New Issue
Block a user