diff options
Diffstat (limited to 'css/dashboard.css')
-rw-r--r-- | css/dashboard.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/css/dashboard.css b/css/dashboard.css index 67a266f..8198ac9 100644 --- a/css/dashboard.css +++ b/css/dashboard.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 */ @@ -29,7 +29,7 @@ body { width: 100vw; height: 100vh; overflow: hidden; -} + } #dashboard-nav { margin: 0; border: 0; @@ -39,18 +39,18 @@ body { width: 100vw; height: 50px; z-index: 10; -} + } #dashboard-nav-widgets { margin: 0; border-bottom: 1px solid #ccc; padding: 4px 0 0 0; white-space: nowrap; background-color: white; -} + } #dashboard-nav-widgets span { padding: 0 0.5em; font-size: larger; -} + } .tabButton { margin: 0; border: 1px solid #ccc; @@ -65,17 +65,17 @@ body { font: inherit; cursor: pointer; text-decoration: none; -} + } .tabButton:focus { outline: 0; -} + } .tabButton:active,.tabButton:visited { color: inherited; -} + } .tabButton.selected { border-bottom: 1px solid white; background-color: white; -} + } iframe { margin: 0; border: 0; @@ -86,4 +86,4 @@ iframe { top: 50px; width: 100%; height: calc(100% - 50px); -} + } |