change button color

This commit is contained in:
KOWX712
2025-01-01 09:38:12 +08:00
parent 75ff61e4d2
commit 2dc69abea4

View File

@@ -118,10 +118,12 @@
margin-left: 0; margin-left: 0;
margin-top: 10px; margin-top: 10px;
margin-bottom: 15px; margin-bottom: 15px;
color: #3B3B3B; font-weight: bold;
color: #333;
background-color: #fff; background-color: #fff;
border: none; border: none;
padding: 10px 15px; padding: 10px 15px;
border: 1px solid #3B3B3B;
border-radius: 50px 50px; border-radius: 50px 50px;
font-size: 18px; font-size: 18px;
position: relative; position: relative;
@@ -131,6 +133,9 @@
.reboot { .reboot {
display: none; display: none;
color: #fff;
background-color: #007bff;
border: 1px solid #007bff;
} }
.card { .card {
@@ -343,10 +348,10 @@
border: 1px solid #6E6E6E; border: 1px solid #6E6E6E;
} }
.install, .install {
.reboot { color: #eee;
background-color: #343434; background-color: #343434;
color: #C2C2C2; border: 1px solid #C2C2C2;
} }
.update-menu { .update-menu {