1.1.4; added Slovenian translation
This commit is contained in:
+15
-6
@@ -45,11 +45,16 @@ html {
|
||||
background-color:var(--pom-bg-color-normal);
|
||||
color:var(--pom-fg-color-normal);
|
||||
}
|
||||
|
||||
html * {
|
||||
font-family: "SF Mono", SFMono-Regular, ui-monospace, "Lucida Sans Typewriter", "Lucida Console", "Bitstream Vera Sans Mono", monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
color:var(--pom-h-color);
|
||||
}
|
||||
@@ -105,7 +110,7 @@ a:hover {
|
||||
}
|
||||
#mk-password-field {
|
||||
width:98% !important;
|
||||
border:2px solid var(--pom-mk-password-field-border);
|
||||
border:2px solid var(--pom-mk-password-field-border) !important;
|
||||
border-radius:5px !important;
|
||||
}
|
||||
.mk-password-field-focus {
|
||||
@@ -119,9 +124,10 @@ a:hover {
|
||||
cursor:pointer !important;
|
||||
}
|
||||
#mk-password-good {
|
||||
width:100% !important;
|
||||
height:48px;
|
||||
margin-top:10px;
|
||||
width:98% !important;
|
||||
height:1.1rem !important;
|
||||
margin-top:10px !important;
|
||||
border:2px solid var(--pom-mk-password-field-border) !important;
|
||||
}
|
||||
#mk-password-len-slider {
|
||||
-webkit-appearance:none;
|
||||
@@ -170,9 +176,11 @@ a:hover {
|
||||
#mk-password-btn-div {
|
||||
text-align:right;
|
||||
margin-bottom:10px;
|
||||
line-height:1.4rem !important;
|
||||
}
|
||||
#mk-password-btn {
|
||||
width:60px;
|
||||
padding-top:3px !important;
|
||||
width:70px !important;
|
||||
font-size:1.4rem !important;
|
||||
line-height:1.4rem !important;
|
||||
font-weight:bold;
|
||||
@@ -206,6 +214,7 @@ a:hover {
|
||||
.selection-col {
|
||||
text-align:right;
|
||||
justify-self:end;
|
||||
width:70px !important;
|
||||
}
|
||||
.check-option {
|
||||
width:28px;
|
||||
|
||||
Reference in New Issue
Block a user