libreoffice-online/browser/css/infobar.css
Pranam Lashkari 892fa8f835 fixed edit button not appearing in ipads
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I949b3bc6d72541cba18867847cd43f0c6e57a32f
2022-03-29 14:31:21 +02:00

26 lines
569 B
CSS

.div-infobar-wrap {
left: 50%;
bottom: 0;
position: absolute;
transform: translate(-50%);
margin-bottom: 40px;
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.div-infobar-modal {
display: block;
height: 42px;
border: none;
}
.ui-widget-header {
background: var(--color-background-darker);
border: var(--color-border-darker);
color: var(--color-text-darker);
border-radius: var(--border-radius);
font-size: var(--header-font-size);
font-family: var(--cool-font);
}
.ui-widget-content {
color: var(--color-main-text);
}