aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style.css
diff options
context:
space:
mode:
authorNoah Hefner <noahhefner@users.noreply.github.com>2021-07-15 10:14:06 -0400
committerGitHub <noreply@github.com>2021-07-15 07:14:06 -0700
commit9df3bbcb402cc35e2b2cd8aa2ec9d2b799e84e3e (patch)
treee879e96754eb1221d5a38151b11b0de265a8198e /src/components/style.css
parent8c812c903f38ddffda0fd696bb32a0aa71db4fd6 (diff)
[Feature Request #39] Added encryption options (#43)
* Added encryption options [Feature Request #39] * Added encryption options [Feature Request #39] * Removed encrypt options from print page * made requested changes * fixed css issue * checked WPA/WPA2 as default encryption type
Diffstat (limited to 'src/components/style.css')
-rw-r--r--src/components/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style.css b/src/components/style.css
index 6887d59..5ce3d34 100644
--- a/src/components/style.css
+++ b/src/components/style.css
@@ -56,7 +56,7 @@ button#rotate {
56 #print-area textarea { 56 #print-area textarea {
57 border: none; 57 border: none;
58 } 58 }
59 .hide-password { 59 .no-print {
60 display: none; 60 display: none;
61 } 61 }
62 #print-area { 62 #print-area {