mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
11 lines
246 B
CSS
11 lines
246 B
CSS
|
|
#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;
|
||
|
|
}
|