Minor visual improvements
authorAlexander Ebert <ebert@woltlab.com>
Sun, 24 Jan 2016 19:02:27 +0000 (20:02 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 24 Jan 2016 19:02:27 +0000 (20:02 +0100)
wcfsetup/install/files/style/element/dl.scss
wcfsetup/install/files/style/element/label.scss
wcfsetup/install/files/style/layout/box.scss
wcfsetup/setup/db/install.sql

index 7860e22a28e10df94c0e142115ae22dafc5160c7..40c5db6a26f37e0a36e692a67954ca8b5973265d 100644 (file)
@@ -138,5 +138,5 @@ dl {
 }
 
 dt {
-       color: $wcfTabularBoxHeadline;
+       color: $wcfInputLabel;
 }
index 61b6c42ae408618087e87e8ed1574f4f96ad1ee8..c1c7ec9f3f18933e997041a5d6fc15fd0510f9fd 100644 (file)
@@ -1,3 +1,3 @@
 label {
-       color: $wcfTabularBoxHeadline;
+       color: $wcfInputLabel;
 }
index 095de7280b947ba3cb7bbf91fd5035c072bc5021..31a756b5a78235117b46729c36e15634678365b7 100644 (file)
                
                &:hover {
                        color: $wcfFooterBoxLinkActive;
+                       text-decoration: underline;
                        
                        .icon {
                                color: $wcfFooterBoxLinkActive;
index f6bfabc435a1c6e0029d9fb15c1509c2574e6321..637ebac521f2b1c3503f0d0ae567cbc262d94a42 100644 (file)
@@ -2052,6 +2052,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputBo
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputDisabledBackground', 'rgba(245, 245, 245, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputDisabledBorder', 'rgba(174, 176, 179, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputDisabledText', 'rgba(125, 130, 100, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputLabel', 'rgba(59, 109, 169, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputText', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputTextActive', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputPlaceholder', 'rgba(169, 169, 169, 1)');