Skip to content

Commit ca81945

Browse files
committed
renamed genpass class to generate
1 parent 6176897 commit ca81945

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

web/css/main.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,6 @@ form {
470470
overflow: hidden;
471471
}
472472

473-
.data-col2 a:visited {
474-
color: green;
475-
}
476-
477473
.data-col5 {
478474
table-layout: fixed;
479475
text-align: left;
@@ -778,19 +774,23 @@ form {
778774
background-color: #ccc;
779775
}
780776

781-
.genpass {
777+
.optional {
778+
padding:0 0 0 6px;
779+
font-size: 10pt;
780+
color:#555;
781+
}
782+
783+
.generate {
782784
color: #2361a1;
783-
font-size: 8pt;
784-
padding: 0 5px;
785-
letter-spacing: 0.1em;
786785
text-decoration: underline;
786+
cursor: pointer;
787787
}
788788

789-
.genpass:hover {
789+
.generate:hover {
790790
color: #7fa1cb;
791791
}
792792

793-
.genpass:active {
793+
.generate:active {
794794
background-color: #f79b44;
795795
color: #fff;
796796
}

0 commit comments

Comments
 (0)