[Libreoffice-commits] online.git: loleaflet/css

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 2 07:05:54 UTC 2020


 loleaflet/css/device-mobile.css |   27 +++++++++++++++++++++++++++
 loleaflet/css/scrollBar.css     |   27 ---------------------------
 2 files changed, 27 insertions(+), 27 deletions(-)

New commits:
commit dd8d65552bd587eeafcad96b40a550b6441f2e1e
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Wed Apr 1 11:42:48 2020 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Apr 2 09:05:35 2020 +0200

    mobile: Scrollbar related bits.
    
    Change-Id: I66f826045900555d02a5725aed0163f7007ec662
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91477
    Tested-by: Jan Holesovsky <kendy at collabora.com>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index fe3c688ad..2f11e4530 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -115,3 +115,30 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
 #document-name-input {
     display: none;
 }
+
+/* Related to scollBar.css */
+.mCSB_scrollTools_vertical{
+	width: 38px !important;
+}
+#mobile-wizard-header .mCSB_container {
+	top: 1px !important;
+}
+.mCSB_scrollTools_vertical .mCSB_dragger_bar {
+	position: fixed !important;
+	margin-top: 8px !important;
+	height: 48px !important;
+	width: 48px !important;
+	right: -16px;
+	border-radius: 100px !important;
+	background: url('images/lc_scrollbar_mobile.svg') no-repeat center #fff !important;
+	background-size: 24px !important;
+	box-shadow: 0 1px 3px 1px #00000050;
+}
+#mCSB_1_dragger_horizontal > .mCSB_dragger_bar, #mCSB_2_dragger_horizontal > .mCSB_dragger_bar, #mCSB_3_dragger_horizontal > .mCSB_dragger_bar {
+	height: 2px;
+	background-color: #bbb;
+	margin-top: 9px;
+}
+#mCSB_1_scrollbar_horizontal .mCSB_draggerRail, #mCSB_2_scrollbar_horizontal .mCSB_draggerRail, #mCSB_3_scrollbar_horizontal .mCSB_draggerRail{
+	background-color: #f2f2f2 !important;
+}
diff --git a/loleaflet/css/scrollBar.css b/loleaflet/css/scrollBar.css
index 9e8a062ed..87ba21552 100644
--- a/loleaflet/css/scrollBar.css
+++ b/loleaflet/css/scrollBar.css
@@ -11,30 +11,3 @@
 	width: 100%;
 	overflow: auto;
 }
- at media (max-width: 767px), (max-device-height: 767px) {
-	.mCSB_scrollTools_vertical{
-		width: 38px !important;
-	}
-	#mobile-wizard-header .mCSB_container {
-		top: 1px !important;
-	}
-	.mCSB_scrollTools_vertical .mCSB_dragger_bar {
-		position: fixed !important;
-		margin-top: 8px !important;
-		height: 48px !important;
-		width: 48px !important;
-		right: -16px;
-		border-radius: 100px !important;
-		background: url('images/lc_scrollbar_mobile.svg') no-repeat center #fff !important;
-		background-size: 24px !important;
-		box-shadow: 0 1px 3px 1px #00000050;
-	}
-	#mCSB_1_dragger_horizontal > .mCSB_dragger_bar, #mCSB_2_dragger_horizontal > .mCSB_dragger_bar, #mCSB_3_dragger_horizontal > .mCSB_dragger_bar {
-		height: 2px;
-		background-color: #bbb;
-		margin-top: 9px;
-	}
-	#mCSB_1_scrollbar_horizontal .mCSB_draggerRail, #mCSB_2_scrollbar_horizontal .mCSB_draggerRail, #mCSB_3_scrollbar_horizontal .mCSB_draggerRail{
-		background-color: #f2f2f2 !important;
-	}
-}


More information about the Libreoffice-commits mailing list