You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by "yash013 (via GitHub)" <gi...@apache.org> on 2023/01/24 20:54:31 UTC

[GitHub] [streampipes] yash013 commented on a diff in pull request #1155: remove dependencies and add css for datatable.

yash013 commented on code in PR #1155:
URL: https://github.com/apache/streampipes/pull/1155#discussion_r1085910836


##########
ui/src/app/editor/dialog/help/help.component.html:
##########
@@ -16,6 +16,29 @@
   ~
   -->
 
+<style>
+    /* .table {
+        margin: 20px 0;
+        font-size: 0.9em;
+        font-family: sans-serif;
+        min-width: 400px;
+        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+    } */
+
+    th, td {
+        padding: 15px;
+        text-align: left;
+        border-bottom: 1px solid #ddd;
+    }
+
+    .table tbody tr:hover {
+        font-weight: bold;
+        background-color: #f1ecec;
+    }
+
+    
+</style>
+

Review Comment:
   i added that css code directly into  .scss file and it is working in same way. should i commit that?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org