File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -704,6 +704,7 @@ div.reference-subgroup {
704
704
flex-direction : row-reverse;
705
705
position : relative;
706
706
pointer-events : none;
707
+ color : # 333 ;
707
708
}
708
709
709
710
.example-content .edit_space ul li button {
@@ -728,6 +729,10 @@ div.reference-subgroup {
728
729
border-color : rgba (45 , 123 , 182 , 0.25 );
729
730
}
730
731
732
+ .example-content .edit_space ul li button : hover {
733
+ background : white;
734
+ }
735
+
731
736
.example-content .edit_space .edit_area {
732
737
position : absolute;
733
738
top : 0.5em ;
@@ -3072,6 +3077,16 @@ iframe {
3072
3077
width : 13em ;
3073
3078
}
3074
3079
3080
+ .email-octopus-email-address : focus {
3081
+ color : # ed225d ;
3082
+ text-decoration : none;
3083
+ padding-bottom : 0.11em ;
3084
+ outline : none;
3085
+ border : 0.11em dashed;
3086
+ border-color : # ed225d ;
3087
+ transition : border 30ms linear;
3088
+ }
3089
+
3075
3090
.email-octopus-form-row-hp {
3076
3091
position : absolute;
3077
3092
left : -5000px ;
You can’t perform that action at this time.
0 commit comments