diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
commit | e3298dbeaae79bb1d384fa8cd78a67be89819720 (patch) | |
tree | 871560e330f6c7225fb50ae86e3586776d81356a /appsicons.css | |
download | kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.gz kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.bz2 kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.zip |
Initial commit
Diffstat (limited to 'appsicons.css')
-rw-r--r-- | appsicons.css | 56 |
1 files changed, 56 insertions, 0 deletions
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 |