mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
Button styling fix and icon trasfer
This commit is contained in:
@ -322,3 +322,51 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#id-toolbar-menu-item-border-width,
|
||||
#format-rules-borders-border-width {
|
||||
.border-size-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.border-size-text {
|
||||
margin-right: 8px;
|
||||
}
|
||||
svg {
|
||||
width: 60px;
|
||||
height: 8px;
|
||||
fill: var(--text-normal);
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#id-toolbar-mnu-item-border-color {
|
||||
> span {
|
||||
background-image: none;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 2px 8px 0 -20px;
|
||||
border-style: solid;
|
||||
border-width: 3px;
|
||||
border-color: #000;
|
||||
|
||||
.rtl & {
|
||||
margin: 2px -20px 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#id-toolbar-menu-auto-bordercolor {
|
||||
.color-auto {
|
||||
background-image: none;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 1px 7px 0 1px;
|
||||
background-color: #000;
|
||||
|
||||
.rtl & {
|
||||
margin: 1px 1px 0 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 198 B |
Binary file not shown.
|
Before Width: | Height: | Size: 202 B |
Binary file not shown.
|
Before Width: | Height: | Size: 204 B |
Binary file not shown.
|
Before Width: | Height: | Size: 198 B |
@ -1,3 +0,0 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 5H16V7H4V5ZM4 15H6V16H4V15ZM7 15V16H9V15H7ZM10 16V15H12V16H10ZM16 15H13V16H16V15ZM4 9H8V10H4V9ZM11 9H9V10H11V9ZM12 9H16V10H12V9ZM16 12H4V13H16V12Z" fill="black"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 318 B |
Binary file not shown.
|
Before Width: | Height: | Size: 222 B |
Reference in New Issue
Block a user