summaryrefslogtreecommitdiff
path: root/src/themes/_omniarea.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/_omniarea.css')
-rw-r--r--src/themes/_omniarea.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/themes/_omniarea.css b/src/themes/_omniarea.css
deleted file mode 100644
index 1b575d19..00000000
--- a/src/themes/_omniarea.css
+++ /dev/null
@@ -1,13 +0,0 @@
-omniarea entry {
- background-color: mix(@theme_bg_color, @content_view_bg, 0.25);
- color: @theme_fg_color;
-}
-omniarea:hover entry,
-omniarea:active entry {
- background-color: @content_view_bg;
- color: @theme_fg_color;
-}
-
-omniarea:backdrop entry {
- background-color: @theme_bg_color;
-}