summaryrefslogtreecommitdiffstats
path: root/browser/css/toolbar-mobile.css
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2021-11-03 06:51:42 -0400
committerJan Holesovsky <holesovsky@gmail.com>2021-11-10 17:18:56 +0100
commite5c1d0e637a50a53f193e0dd383fdcbeb61e94e5 (patch)
treef524d9da4b4fcec6fa19873e59e352c1c3d5f3b9 /browser/css/toolbar-mobile.css
parentloleaflet: makefile: change vars LOLEAFLET -> COOL (diff)
downloadonline-e5c1d0e637a50a53f193e0dd383fdcbeb61e94e5.tar.gz
online-e5c1d0e637a50a53f193e0dd383fdcbeb61e94e5.zip
initial rename loleaflet -> browser
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff Signed-off-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'browser/css/toolbar-mobile.css')
-rw-r--r--browser/css/toolbar-mobile.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/browser/css/toolbar-mobile.css b/browser/css/toolbar-mobile.css
new file mode 100644
index 0000000000..6c4a614291
--- /dev/null
+++ b/browser/css/toolbar-mobile.css
@@ -0,0 +1,16 @@
+@-moz-document url-prefix() {
+ #formulabar #formulaInput, #formulabar #addressInput{
+ border-radius: 0px;
+ border: 1px solid #bbbbbb !important;
+ }
+ #toolbar-up{
+ top: -1px;
+ }
+}
+#tb_actionbar_item_redo.disabled, #tb_actionbar_item_undo.disabled, #tb_actionbar_item_mobile_wizard.disabled, #tb_actionbar_item_insertion_mobile_wizard.disabled {
+ display: none;
+}
+#toolbar-wrapper.mobile{
+ border-top: none;
+ z-index: auto !important;
+}