Fix some color picker elements by accounting for differences in html structure
Change-Id: I35d73eaaffccdd579ae79ce2eee45dabb7088332 Reviewed-on: https://gerrit.libreoffice.org/80527 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
c7b21974f1
commit
af36b5e152
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
}
|
||||
@media (max-width: 767px), (max-device-height: 767px) {
|
||||
#BackColor .w2ui-tb-caption > div, #FontColor .w2ui-tb-caption > div, #BackgroundColor .w2ui-tb-caption > div, #FrameLineColor > div, #Color > div{
|
||||
#BackColor .w2ui-tb-caption > div, #FontColor .w2ui-tb-caption > div, #BackgroundColor .w2ui-tb-caption > div, #FrameLineColor div, #Color div{
|
||||
border-radius:100px !important;
|
||||
}
|
||||
#toolbar-down table.w2ui-button.checked .w2ui-tb-image{
|
||||
|
|
Loading…
Reference in a new issue