Start working on ACP
This commit is contained in:
parent
5f3fa8922d
commit
d0be588149
3 changed files with 110 additions and 0 deletions
10
www/css/acp.css
Normal file
10
www/css/acp.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#acp-logview .input-group-btn > button, #acp-logview .input-group > input {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#acp-log {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-top: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue