summaryrefslogtreecommitdiffstats
path: root/css/shortcuts.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/shortcuts.css')
-rw-r--r--css/shortcuts.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/css/shortcuts.css b/css/shortcuts.css
deleted file mode 100644
index 64e18a7cf..000000000
--- a/css/shortcuts.css
+++ /dev/null
@@ -1,34 +0,0 @@
-#app-shortcuts {
-}
-
-#app-shortcuts table {
- border-collapse: collapse;
- width: 100%;
- white-space: normal;
-}
-
-#app-shortcuts tr:first-child {
- background-color: var(--color-main-background);
-}
-
-#app-shortcuts th,
-#app-shortcuts td {
- padding: 10px;
-}
-
-#app-shortcuts td {
- padding-right: 15px;
-}
-
-#app-shortcuts th {
- font-weight: bold;
-}
-
-#app-shortcuts th:first-child,
-#app-shortcuts td:first-child {
- text-align: right;
- font-weight: bold;
- width: 140px;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
-}