This commit is contained in:
2026-04-07 14:50:23 +09:00
commit b4e485502b
4778 changed files with 2017091 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.btn-toolbar{
margin: 0 auto;
}
.tool-top .tool-item:first-child, .tool-bottom .tool-item:first-child{
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.tool-top .tool-item:last-child, .tool-bottom .tool-item:last-child{
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.tool-left .tool-item:first-child, .tool-right .tool-item:first-child{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tool-left .tool-item:last-child, .tool-right .tool-item:last-child{
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.btn-toolbar i{
margin-right:0;
}