ergo
This commit is contained in:
parent
a0d1c26eaf
commit
cb77460e3b
1 changed files with 11 additions and 3 deletions
|
|
@ -912,7 +912,7 @@ a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton .butt
|
|||
font-family: SansationLight;
|
||||
}
|
||||
td.tool {
|
||||
border: 1px solid gray;
|
||||
border: 1px grey solid ;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-width: 2px;
|
||||
text-align:center;
|
||||
|
|
@ -927,7 +927,7 @@ td.tool {
|
|||
}
|
||||
}
|
||||
td.toolselected {
|
||||
border: 1px solid gray;
|
||||
border: 1px grey solid;
|
||||
color: #FFFFFF;
|
||||
border-bottom-width: 2px;
|
||||
text-align:center;
|
||||
|
|
@ -2421,7 +2421,7 @@ td.selectedmenu {
|
|||
* go_up
|
||||
*/
|
||||
#go_up {
|
||||
background-color: gray;
|
||||
background-color: grey;
|
||||
border:0px;
|
||||
box-shadow: none;
|
||||
color:blue;
|
||||
|
|
@ -3388,3 +3388,11 @@ li.li-active {
|
|||
text-decoration: underline wavy;
|
||||
margin-left:4rem;
|
||||
}
|
||||
/**
|
||||
* result of password strength
|
||||
*/
|
||||
#info_passid {
|
||||
position:absolute;
|
||||
background-color: yellow;
|
||||
color:red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue