1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Moved admin/common/form.html to project templates

This commit is contained in:
Real-Gecko 2020-06-16 18:04:37 +06:00
parent d9785e397b
commit 1a3cc36ada
3 changed files with 7 additions and 3 deletions

View file

@ -169,3 +169,7 @@ p {
vertical-align: middle;
}
/* remove ugly dotted outline on tabs */
a {
outline: 0;
}