From fb2903a7e0f4bbc051a69dc4f5210c31f2c3387d Mon Sep 17 00:00:00 2001 From: Vasco Serrano Date: Mon, 22 Mar 2021 23:07:21 +0000 Subject: [PATCH] Buttons coloring --- docs/plugins/theme-dracula/manifest.json | 4 ++-- docs/plugins/theme-dracula/plugin.css | 12 +++--------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/plugins/theme-dracula/manifest.json b/docs/plugins/theme-dracula/manifest.json index 30e07ed..47b5865 100644 --- a/docs/plugins/theme-dracula/manifest.json +++ b/docs/plugins/theme-dracula/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.4", "manifestVersion": "0.1.0", "name": "theme-dracula", "description": "Dracula Theme", @@ -9,7 +9,7 @@ "url": "https://www.neffware.com" }, "resources": { - "css": "D0CrLxzzvfvM9UOA/NGbDm/71zq8XTciOqsSiTiWT6SZQ46p3E1ZwqUdVH9MqQv+tTNg+WXpc8zhV3s4rAQ7F+IUu2kJhTsLerAaGkVJ3tQbtx+1gLP51G8ZzYcD/hMCNzlWzkRGcaXNJL7Dq+Ab83tS32hLa0v+bwNlFW2Gku2ROyH/z4xOCgkqSiGqfH0q1jenCCSDTqqNVJJ96RBwW2LV1Cgc3oV4oq8AMtlUxRmf944ipOscVP+1rUS49e44P5093WMgcsiqBkD317waN3U8kH+5Mrynh8aEYE1moE385C2n8cP7rosCJ1Aig3m6BMxisS4Yq8Lu4ccEEo/Itw==" + "css": "NrNlZYoTyo66N2X1oJkCl0OmYNjL2GWBNZEmvM2NFj7SYQsUFlp+t4wTMBSnGPx2/JrJID6NFsPK5t+FH7W5BvU8QNeXElJT2ZRsm4f3dfKVEL+D7fdf8o1f9ORVuTCvwC3Ll2hgL79zLv0abnxVs6GmR/BEMFuNCrnqH5CquVCwcNFqxqhBYhkNHVHA5ofWIxqNegZLPhn/YEtIcrDzwR8ZbHNQw5Tj0/I0rsv9cRytuQT5/3tS6qjdCvw8GUVw+ItqPWKFDCBJ9QtewkX4Wydl3I8W6Tk1+iZ4nGzPAJbgQJFcXTPELOdtl9aca01dKcJ3J6EDkW9YJ7kY3Vlekw==" }, "license": "MIT", "url": "https://plugins.keeweb.info/plugins/theme-dracula", diff --git a/docs/plugins/theme-dracula/plugin.css b/docs/plugins/theme-dracula/plugin.css index 1878cb3..fff3d88 100644 --- a/docs/plugins/theme-dracula/plugin.css +++ b/docs/plugins/theme-dracula/plugin.css @@ -2,7 +2,7 @@ --background-color: #22212c; --medium-color: #9580ff; --text-color: #f8f8f2; - --action-color: #8AFF80; + --action-color: #9580ff; --selected-item-text-color: #22212c; --error-color:#e7655b; --accent-border-color: #FF80BF; @@ -11,7 +11,8 @@ --text-selection-bg-color: #454158; } -.th-dracula .menu__item--active.menu__item--hover>.menu__item-body, .menu__item--active>.menu__item-body{ +.th-dracula .menu__item--active.menu__item--hover>.menu__item-body, +.th-dracula .menu__item--active>.menu__item-body{ --selected-item-text-color: #22212c; color:#22212c; } @@ -30,11 +31,4 @@ .th-dracula textarea:focus { border: 2px solid rgba(106, 209, 192, 0.8); box-shadow: 0px 0px 3px #22212c; -} - -.th-dracula input[type="button"], -.th-dracula input[type="reset"], -.th-dracula input[type="submit"], -.th-dracula button{ - color: #22212c; } \ No newline at end of file