##// END OF EJS Templates
backport fix...
backport fix fixed password refill in login form when wrong password was given It's better to not refill the passwords on wrong credentials given. Standard behaviour on all pages are making the password blank

File last commit:

r4029:c9bcfe2d default
r4104:360f3185 default
Show More
tiki.css
26 lines | 471 B | text/css | CssLexer
added codemirror edit mode with autodetection
r4026 .cm-tw-syntaxerror {
codecleaner
r4029 color: #FFF;
background-color: #900;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-deleted {
codecleaner
r4029 text-decoration: line-through;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-header5 {
codecleaner
r4029 font-weight: bold;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
codecleaner
r4029 padding-left: 10px;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-box {
codecleaner
r4029 border-top-width: 0px ! important;
border-style: solid;
border-width: 1px;
border-color: inherit;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-underline {
codecleaner
r4029 text-decoration: underline;
}