aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-06-01 10:01:42 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-06-01 10:01:42 +0300
commita5e851028e23e411c392a66e7c791e388b3e4aba (patch)
treeb6ca0d4d732c20f2aff4c6f0b208afffdec8e4bd /style.css
parentb3390a984081950c626070889580e01727689921 (diff)
add hiding and a colspans to startup profile table
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index cd7491ba..34b85b80 100644
--- a/style.css
+++ b/style.css
@@ -420,6 +420,12 @@ table.popup-table .muted{
color: #aaa;
}
+table.popup-table .link{
+ text-decoration: underline;
+ cursor: pointer;
+ font-weight: bold;
+}
+
.ui-defaults-none{
color: #aaa !important;
}