We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8ec5b commit 1457849Copy full SHA for 1457849
1 file changed
openwisp_utils/admin_theme/static/admin/css/openwisp.css
@@ -520,6 +520,7 @@ input[type="submit"].default,
520
.object-tools a:link,
521
.object-tools a:visited,
522
.button,
523
+button[type="submit"],
524
input[type="submit"],
525
input[type="button"],
526
.submit-row input,
@@ -608,6 +609,9 @@ input[type="submit"].default:focus,
608
609
.object-tools button:hover,
610
.object-tools button:focus,
611
.button:active,
612
+button[type="submit"]:active,
613
+button[type="submit"]:hover,
614
+button[type="submit"]:focus,
615
input[type="submit"]:active,
616
input[type="button"]:active,
617
.button:focus,
0 commit comments