summaryrefslogtreecommitdiff
path: root/plugins/wacom/tablet-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wacom/tablet-layout.css')
-rw-r--r--plugins/wacom/tablet-layout.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/wacom/tablet-layout.css b/plugins/wacom/tablet-layout.css
deleted file mode 100644
index 407edc7f..00000000
--- a/plugins/wacom/tablet-layout.css
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- width="layout_width"
- height="layout_height" >
- <style type="text/css">
- .Leader {
- stroke-width: .5 !important;
- stroke: dark_color;
- fill: none !important;
- }
- .Button {
- stroke-width: .25;
- stroke: inactive_color;
- fill: inactive_color;
- }
- buttons_section
- .Ring {
- stroke-width: .5 !important;
- stroke: dark_color !important;
- fill: none !important;
- }
- .Leader {
- fill: none !important;
- }
- .Label {
- stroke: none !important;
- stroke-width: .1 !important;
- font-size: .1 !important;
- fill: back_color !important;
- }
- .TouchStrip,.TouchRing {
- stroke-width: .1 !important;
- stroke: inactive_color !important;
- fill: dark_color !important;
- }
- </style>
- <xi:include href="layout_file" />
-</svg>