Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #3083, comment 3


Ignore:
Timestamp:
08/31/2017 10:50:50 AM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3083, comment 3

    initial v1  
    11If anyone else is having a trouble finding this form on WordPress.tv (took me a few minutes), it's at the bottom right of the page when you're logged out.
    22
    3 Caused by `color: #555 !important` in [source:sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css?marks=339#L325 wptv2/style.css]:
     3Caused by `color: #555 !important` (and `color: #000 !important` for `:hover`) in [source:sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css?marks=339#L325 wptv2/style.css]:
    44{{{
    55input[type=submit], button, .button {
     
    88        ...
    99}
     10
     11input[type=submit]:hover, button:hover, .button:hover, input[type=submit]:focus, button:focus, .button:focus {
     12        ...
     13        color: #000 !important;
     14        ...
     15}
    1016}}}