Skip to content

Commit ed36307

Browse files
authored
Greyout phpmyadmin / phpgaadmin when access over ip:port (hestiacp#2845)
1 parent 4547bb0 commit ed36307

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

web/css/src/themes/dark.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,3 +1546,9 @@ form#vstobjects.suspended {
15461546
display: none;
15471547
}
15481548
}
1549+
.ui-button.button-suspended{
1550+
color: #999 !important;
1551+
}
1552+
.ui-button.button-suspended i{
1553+
color: #999 !important;
1554+
}

web/css/src/themes/default.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,6 +4270,13 @@ form#vstobjects.suspended {
42704270
box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
42714271
}
42724272

4273+
.ui-button.button-suspended{
4274+
color: #aaa !important;
4275+
}
4276+
.ui-button.button-suspended i{
4277+
color: #aaa !important;
4278+
}
4279+
42734280
.body-login .debug-panel-header, .body-login .debug-panel-contents,
42744281
.body-reset .debug-panel-header, .body-reset .debug-panel-contents {
42754282
display: none;

0 commit comments

Comments
 (0)