Style changes
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 9 Apr 2022 17:42:40 +0000 (13:42 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 9 Apr 2022 17:42:40 +0000 (13:42 -0400)
src/jvmMain/resources/static/style.css

index 2293a2867efe72f0acac9cd15c75ff358b8174ae..cda11606412102de5caf0c5cfed29d7f97e29b5d 100644 (file)
@@ -333,7 +333,7 @@ input[type=submit]:active {
 }
 
 input[type=submit].evil {
-       background-color: #c66;
+       background-color: #c33;
        border: none;
        border-radius: 0.3em;
        color: #fcc;
@@ -346,14 +346,19 @@ input[type=submit].evil {
 }
 
 input[type=submit].evil:hover {
-       background-color: #a55;
+       background-color: #a22;
 }
 
 input[type=submit].evil:active {
-       background-color: #844;
+       background-color: #811;
 }
 
 input[type=submit]:disabled,
 input[type=submit].evil:disabled {
        background-color: #444;
+       cursor: not-allowed;
+}
+
+iframe {
+       border-color: #036;
 }