aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-06-04 11:16:32 +0300
committerGitHub <noreply@github.com>2023-06-04 11:16:32 +0300
commitefc4c79b5ecd0bfff09b5f7bb9acf4b9044207ae (patch)
treefb49c310b83ca5440da26a678f292c4eb46d1421 /style.css
parentb4b7e6e5f737538244729e11c9df53787ed35932 (diff)
parentaeba3cadd5efaa14fe06ef34df26903b5a778e49 (diff)
Merge pull request #10980 from AUTOMATIC1111/sysinfo
Added sysinfo tab to settings
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index ba081b56..e1df716f 100644
--- a/style.css
+++ b/style.css
@@ -450,6 +450,19 @@ table.popup-table .link{
opacity: 0.75;
}
+#sysinfo_download a.sysinfo_big_link{
+ font-size: 24pt;
+}
+
+#sysinfo_download a{
+ text-decoration: underline;
+}
+
+#sysinfo_validity{
+ font-size: 18pt;
+}
+
+
/* live preview */
.progressDiv{
position: relative;