Changes between Initial Version and Version 1 of Ticket #3083, comment 3
- Timestamp:
- 08/31/2017 10:50:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3083, comment 3
initial v1 1 1 If 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. 2 2 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]:3 Caused 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]: 4 4 {{{ 5 5 input[type=submit], button, .button { … … 8 8 ... 9 9 } 10 11 input[type=submit]:hover, button:hover, .button:hover, input[type=submit]:focus, button:focus, .button:focus { 12 ... 13 color: #000 !important; 14 ... 15 } 10 16 }}}