From 26040ac1036e7d10aedbb263062e9c9c7a92fa25 Mon Sep 17 00:00:00 2001 From: mustofa binary Date: Wed, 22 Jan 2020 11:08:37 +0800 Subject: [PATCH] remove doorbell styles --- src/main.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/main.css b/src/main.css index ca7c7f3319..f73eeb3f2f 100755 --- a/src/main.css +++ b/src/main.css @@ -495,28 +495,6 @@ table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer { /* make dropdowns consistent with binary-style */ select + .ui-selectmenu-button { border-radius: 3px;} -#doorbell-button { - right: -67px; - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - -moz-transform: rotate(-90deg); - -o-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - font-size: inherit; - background-color: #2E8836; - bottom: 100px; - z-index: +1000; -} -#doorbell-button:hover { - right: -40px; - transition: right 100ms linear; -} - -#doorbell-error { color: red; } -#doorbell-form textarea { outline: 0; } -#doorbell-container #doorbell-form legend { font-size: 1em; } -#doorbell-container #doorbell-close.close { opacity: 1; } - /*hide input buttons*/ .ui-spinner-button { display: none;