Skip to content

Commit 833b904

Browse files
authored
add btns hover & focus (#312)
1 parent 5f7c403 commit 833b904

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webroot/css/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -4131,6 +4131,11 @@
41314131
color: #ffffff;
41324132
}
41334133

4134+
.btn-f:hover, .btn-f:focus {
4135+
background: #FCFCFC;
4136+
color: #d33c44;
4137+
}
4138+
41344139

41354140
/* Background buttons */
41364141
.btn.btn-bg {

0 commit comments

Comments
 (0)