From d19accff4011e844bc9ebf9b432ec4871d68356f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 27 Jun 2021 16:40:18 -0400 Subject: [PATCH] resources --- resources/resources.xml | 6 ++++++ resources/style.css | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 resources/resources.xml create mode 100644 resources/style.css diff --git a/resources/resources.xml b/resources/resources.xml new file mode 100644 index 0000000..523514f --- /dev/null +++ b/resources/resources.xml @@ -0,0 +1,6 @@ + + + + style.css + + diff --git a/resources/style.css b/resources/style.css new file mode 100644 index 0000000..d628c27 --- /dev/null +++ b/resources/style.css @@ -0,0 +1,21 @@ +.run_btn:focus { + background: #1c71d8; + color: #ffffff; +} + +.run_btn:hover { + background: #3584e4; +} + +.run_btn:active { + background: #1a5fb4; +} + +.run_btn { + background: #1a5fb4; +} + +.run_btn:disabled { + background: #3d3846; + color: #5e5c64; +} \ No newline at end of file