Skip to content

Commit a8c67b2

Browse files
committed
Contact Form submit button on hover goes white #207
1 parent a20810d commit a8c67b2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,4 @@ function shapely_scripts() {
353353
* Load the system checks ( used for notifications )
354354
*/
355355
require get_template_directory() . '/inc/admin/welcome-screen/class-shapely-notify-system.php';
356+

style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,10 +1326,6 @@ input[type="submit"]:hover {
13261326
margin-top: 5px;
13271327
}
13281328

1329-
.widget input[type="submit"]:hover {
1330-
background-color: #fff;
1331-
}
1332-
13331329
/*!---------- 7. NAVIGATION ----------*/
13341330

13351331
.nav-container {

0 commit comments

Comments
 (0)