Update data_gc_tab.html
Browse files- data_gc_tab.html +16 -0
data_gc_tab.html
CHANGED
|
@@ -158,6 +158,22 @@
|
|
| 158 |
background-color: #388E3C;
|
| 159 |
}
|
| 160 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
</head>
|
| 162 |
|
| 163 |
<body>
|
|
|
|
| 158 |
background-color: #388E3C;
|
| 159 |
}
|
| 160 |
</style>
|
| 161 |
+
|
| 162 |
+
<style>
|
| 163 |
+
.swal-button-custom {
|
| 164 |
+
background-color: #4CAF50;
|
| 165 |
+
font-size: 16px;
|
| 166 |
+
padding: 10px 20px;
|
| 167 |
+
}
|
| 168 |
+
.swal-title-custom {
|
| 169 |
+
font-size: 24px;
|
| 170 |
+
color: #333;
|
| 171 |
+
}
|
| 172 |
+
.swal-content-custom {
|
| 173 |
+
font-size: 16px;
|
| 174 |
+
color: #666;
|
| 175 |
+
}
|
| 176 |
+
</style>
|
| 177 |
</head>
|
| 178 |
|
| 179 |
<body>
|