aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListQuery.css
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/ListQuery.css')
-rw-r--r--webui/src/pages/list/ListQuery.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/webui/src/pages/list/ListQuery.css b/webui/src/pages/list/ListQuery.css
index e69de29b..3b5499f8 100644
--- a/webui/src/pages/list/ListQuery.css
+++ b/webui/src/pages/list/ListQuery.css
@@ -0,0 +1,31 @@
+header {
+ display: flex;
+ flex-direction: row;
+}
+
+.filterissue-container {
+ display: flex;
+ flex-direction: row;
+ align-items: flex-start;
+ justify-content: left;
+}
+
+.bt-new-issue {
+ background-color: #2ea44fd9;
+ border: 1px solid;
+ border-color: #1b1f2326;
+ border-radius: 6px;
+ padding: 3px 12px;
+
+ font-size: 12px;
+ color: #ffffff;
+ line-height: 20px;
+ text-decoration: none;
+
+ transition: all 0.2s cubic-bezier(0.3, 0, 0.5, 1);
+}
+
+.bt-new-issue:hover {
+ background-color: #2ea44f;
+ border-color: #1b1f2326;
+} \ No newline at end of file