diff --git a/index.html b/index.html
index 21708827..7bc5521a 100644
--- a/index.html
+++ b/index.html
@@ -21,171 +21,171 @@
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
- color: #e0e0e0;
+ color: #e0e0e0;
}
.tab button:hover {
- background-color: #444;
+ background-color: #444;
}
.tab button.active {
- background-color: #3d3d3d;
+ background-color: #3d3d3d;
}
.tabcontent {
- display: none;
- padding: 6px 12px;
- border: 1px solid #444;
- border-top: none;
- background-color: #1e1e1e;
+ display: none;
+ padding: 6px 12px;
+ border: 1px solid #444;
+ border-top: none;
+ background-color: #1e1e1e;
}
table {
- border-collapse: collapse;
- width: 100%;
+ border-collapse: collapse;
+ width: 100%;
}
th, td {
- border: 1px solid #444;
- padding: 8px;
- text-align: left;
+ border: 1px solid #444;
+ padding: 8px;
+ text-align: left;
}
th {
- background-color: #2d2d2d;
- color: #e0e0e0;
+ background-color: #2d2d2d;
+ color: #e0e0e0;
}
tr:nth-child(even) {
- background-color: #252525;
+ background-color: #252525;
}
tr:hover {
- background-color: #333;
+ background-color: #333;
}
input[type="text"] {
- background-color: #333;
- color: #e0e0e0;
- border: 1px solid #555;
- padding: 5px;
+ background-color: #333;
+ color: #e0e0e0;
+ border: 1px solid #555;
+ padding: 5px;
}
input[type="text"]:focus {
- outline: none;
- border-color: #666;
+ outline: none;
+ border-color: #666;
}
select {
- background-color: #333;
- color: #e0e0e0;
- border: 1px solid #555;
- padding: 5px;
+ background-color: #333;
+ color: #e0e0e0;
+ border: 1px solid #555;
+ padding: 5px;
}
select:focus {
- outline: none;
- border-color: #666;
+ outline: none;
+ border-color: #666;
}
label {
- color: #e0e0e0;
+ color: #e0e0e0;
}
.modal {
- display: none;
- position: fixed;
- z-index: 1;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- overflow: auto;
- background-color: rgba(0,0,0,0.7);
+ display: none;
+ position: fixed;
+ z-index: 1;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+ background-color: rgba(0,0,0,0.7);
}
.modal-content {
- background-color: #2d2d2d;
- margin: 15% auto;
- padding: 20px;
- border: 1px solid #555;
- width: 80%;
- max-width: 500px;
- color: #e0e0e0;
+ background-color: #2d2d2d;
+ margin: 15% auto;
+ padding: 20px;
+ border: 1px solid #555;
+ width: 80%;
+ max-width: 500px;
+ color: #e0e0e0;
}
.close-modal {
- color: #aaa;
- float: right;
- font-size: 28px;
- font-weight: bold;
- cursor: pointer;
+ color: #aaa;
+ float: right;
+ font-size: 28px;
+ font-weight: bold;
+ cursor: pointer;
}
.close-modal:hover,
.close-modal:focus {
- color: #fff;
- text-decoration: none;
- cursor: pointer;
+ color: #fff;
+ text-decoration: none;
+ cursor: pointer;
}
.branch-entry {
- display: flex;
- align-items: center;
- gap: 10px;
- margin-bottom: 10px;
- padding: 10px;
- border: 1px solid #444;
- background-color: #252525;
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ margin-bottom: 10px;
+ padding: 10px;
+ border: 1px solid #444;
+ background-color: #252525;
}
.branch-entry input,
.branch-entry select {
- padding: 5px;
- background-color: #333;
- color: #e0e0e0;
- border: 1px solid #555;
+ padding: 5px;
+ background-color: #333;
+ color: #e0e0e0;
+ border: 1px solid #555;
}
.branch-entry input:focus,
.branch-entry select:focus {
- outline: none;
- border-color: #666;
+ outline: none;
+ border-color: #666;
}
.branch-path {
- flex: 1;
- min-width: 200px;
+ flex: 1;
+ min-width: 200px;
}
.branch-mode {
- width: 80px;
+ width: 80px;
}
.branch-minfreespace {
- width: 100px;
+ width: 100px;
}
.branch-remove {
- background-color: #8b0000;
- color: white;
- border: none;
- padding: 5px 10px;
- cursor: pointer;
+ background-color: #8b0000;
+ color: white;
+ border: none;
+ padding: 5px 10px;
+ cursor: pointer;
}
.branch-remove:hover {
- background-color: #a00000;
+ background-color: #a00000;
}
.add-branch-btn {
- background-color: #2e7d32;
- color: white;
- border: none;
- padding: 10px 20px;
- cursor: pointer;
- margin-bottom: 15px;
+ background-color: #2e7d32;
+ color: white;
+ border: none;
+ padding: 10px 20px;
+ cursor: pointer;
+ margin-bottom: 15px;
}
.add-branch-btn:hover {
- background-color: #388e3c;
+ background-color: #388e3c;
}
.submit-branches-btn {
- background-color: #1565c0;
- color: white;
- border: none;
- padding: 10px 20px;
- cursor: pointer;
- margin-bottom: 15px;
- margin-left: 10px;
+ background-color: #1565c0;
+ color: white;
+ border: none;
+ padding: 10px 20px;
+ cursor: pointer;
+ margin-bottom: 15px;
+ margin-left: 10px;
}
.submit-branches-btn:hover {
- background-color: #1976d2;
+ background-color: #1976d2;
}
.mount-list-item {
- padding: 10px;
- cursor: pointer;
- border-bottom: 1px solid #444;
- color: #e0e0e0;
+ padding: 10px;
+ cursor: pointer;
+ border-bottom: 1px solid #444;
+ color: #e0e0e0;
}
.mount-list-item:hover {
- background-color: #444;
+ background-color: #444;
}
h3 {
- color: #e0e0e0;
+ color: #e0e0e0;
}
@@ -220,6 +220,7 @@