From e3298dbeaae79bb1d384fa8cd78a67be89819720 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:37:01 +0200 Subject: Initial commit --- appsicons.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 appsicons.css (limited to 'appsicons.css') diff --git a/appsicons.css b/appsicons.css new file mode 100644 index 0000000..b9c6fda --- /dev/null +++ b/appsicons.css @@ -0,0 +1,56 @@ +#apps_outer { + background: transparent; + border: none; +} + +#apps_outer::after { + display: none; +} + +#apps_path { + fill: #fff; +} + +#apps_outer:hover #apps_path { + opacity: .75; +} + +#apps_outer:active #apps_path, #apps_outer:focus #apps_path { + opacity: .5; +} + +.app-icon { + width: 24px; + height: 24px; + vertical-align: middle; + margin-right: 5px; + filter: invert(1); +} + +.app-title { + vertical-align: middle; +} + +.nav-item.dropdown { + float: right; + display: block; + position: fixed; + right: 10px; +} + +.nav-item.dropdown, .nav-item.dropdown * { + outline: none !important; +} + +#apps, #apps * { + color: #212529 !important; + font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; +} + +#apps { + filter: invert(1); +} + +#separator { + margin-top: 59px; +} \ No newline at end of file -- cgit