mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
renamed genpass class to generate
This commit is contained in:
parent
6176897b10
commit
ca819457a1
1 changed files with 12 additions and 12 deletions
|
@ -470,10 +470,6 @@ form {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-col2 a:visited {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-col5 {
|
.data-col5 {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -778,19 +774,23 @@ form {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.genpass {
|
.optional {
|
||||||
color: #2361a1;
|
padding:0 0 0 6px;
|
||||||
font-size: 8pt;
|
font-size: 10pt;
|
||||||
padding: 0 5px;
|
color:#555;
|
||||||
letter-spacing: 0.1em;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.genpass:hover {
|
.generate {
|
||||||
|
color: #2361a1;
|
||||||
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.generate:hover {
|
||||||
color: #7fa1cb;
|
color: #7fa1cb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.genpass:active {
|
.generate:active {
|
||||||
background-color: #f79b44;
|
background-color: #f79b44;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue