diff options
Diffstat (limited to 'css/cloud-ui.css')
-rw-r--r-- | css/cloud-ui.css | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/css/cloud-ui.css b/css/cloud-ui.css index 64dea40..2e53f70 100644 --- a/css/cloud-ui.css +++ b/css/cloud-ui.css @@ -1,7 +1,7 @@ /******************************************************************************* ηMatrix - a browser extension to black/white list requests. - Copyright (C) 2019-2020 Alessio Vanni + Copyright (C) 2019-2022 Alessio Vanni This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see {http://www.gnu.org/licenses/}. - Home: https://libregit.spks.xyz/heckyel/ematrix + Home: https://gitlab.com/vannilla/ematrix uMatrix Home: https://github.com/gorhill/uMatrix */ @@ -26,10 +26,10 @@ margin: 0.5em 0; padding: 1em 1em 0 1em; position: relative; -} + } #cloudWidget.hide { display: none; -} + } #cloudWidget > button { display: inline-block; font-family: FontAwesome; @@ -40,30 +40,30 @@ padding: 0.2em 0.25em 0.1em 0.25em; position: relative; vertical-align: baseline; -} + } #cloudWidget > button[disabled] { visibility: hidden; -} + } #cloudWidget > button.error { color: red; -} + } #cloudPush:after { content: '\f0ee'; -} + } #cloudPull:before, #cloudPullAndMerge:before { content: '\f0ed'; } #cloudPullAndMerge { margin: 0 0.25em; -} + } #cloudPullAndMerge:after { content: '\f067'; font-size: 50%; position: absolute; right: 0; top: 10%; -} + } #cloudWidget > span { color: gray; display: inline-block; @@ -72,15 +72,15 @@ padding: 0; vertical-align: bottom; white-space: pre; -} + } #cloudError { color: red; margin: 0; padding: 0.5em 0; -} + } #cloudError > span { font-size: x-small; -} + } #cloudWidget > #cloudCog { cursor: pointer; display: inline-block; @@ -90,16 +90,16 @@ padding: 4px; position: absolute; top: 0; -} + } body[dir="ltr"] #cloudWidget > #cloudCog { right: 0; -} + } body[dir="rtl"] #cloudWidget > #cloudCog { left: 0; -} + } #cloudWidget > #cloudCog:hover { opacity: 1; -} + } #cloudWidget > #cloudOptions { align-items: center; -webkit-align-items: center; @@ -113,14 +113,14 @@ body[dir="rtl"] #cloudWidget > #cloudCog { right: 0; top: 0; z-index: 2000; -} + } #cloudWidget > #cloudOptions.show { display: flex; display: -webkit-flex; -} + } #cloudWidget > #cloudOptions > div { background-color: white; border-radius: 3px; padding: 1em; text-align: center; -} + } |