Style impress slide sorter
Change-Id: Ic3fbc8b9d7404c822fe67c70b0e7b282c3d06db5 Reviewed-on: https://gerrit.libreoffice.org/80562 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
parent
2da2de5302
commit
041ba36b45
1 changed files with 13 additions and 0 deletions
|
@ -4,6 +4,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 767px), (max-device-height: 767px) {
|
@media (max-width: 767px), (max-device-height: 767px) {
|
||||||
|
#slide-sorter .preview-img{
|
||||||
|
border-radius: 3px;
|
||||||
|
border-color: #eee;
|
||||||
|
}
|
||||||
|
#slide-sorter .preview-img-currentpart {
|
||||||
|
border-color: #0b87e780;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#presentation-controls-wrapper {
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.spinfieldcontainer .plus:active, .spinfieldcontainer .minus:active{
|
.spinfieldcontainer .plus:active, .spinfieldcontainer .minus:active{
|
||||||
border-color: #0b87e7;
|
border-color: #0b87e7;
|
||||||
-webkit-filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
|
-webkit-filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
|
||||||
|
|
Loading…
Reference in a new issue