mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
251 lines
5 KiB
CSS
251 lines
5 KiB
CSS
.kpxc .ui-autocomplete li.ui-menu-item {
|
|
text-align: left !important;
|
|
font-size: .9em !important;
|
|
font-weight: normal !important;
|
|
font-style: normal !important;
|
|
font-family: 'Lato',sans-serif !important;
|
|
color: #222222 !important;
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
display: none !important;
|
|
}
|
|
|
|
.kpxc .ui-dialog-titlebar-close {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.kpxc .ui-dialog {
|
|
font-size: 12px !important;
|
|
box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
|
|
z-index: 2147483645;
|
|
}
|
|
|
|
.kpxc .ui-widget-overlay {
|
|
opacity: 0.0 !important;
|
|
}
|
|
|
|
.kpxc .dialog-form .ui-dialog-content .ui-widget-content {
|
|
max-height: 80px !important;
|
|
}
|
|
|
|
.kpxc .ui-dialog-titlebar {
|
|
font-family: 'Lato',sans-serif;
|
|
background-color: #6cac4d;
|
|
color: #fff;
|
|
}
|
|
|
|
.kpxc .ui-dialog .ui-dialog-buttonpane {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.kpxc .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
float: none !important;
|
|
}
|
|
|
|
.kpxc .ui-button .ui-button-text .ui-button {
|
|
font-size: .10em !important;
|
|
}
|
|
|
|
input.genpw-text {
|
|
font-size: .9em !important;
|
|
padding: .4em;
|
|
border-radius: 4px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-collapse: separate;
|
|
width: 100%;
|
|
}
|
|
|
|
.genpw-input-group-addon {
|
|
font-size: .9em !important;
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
padding: .2em;
|
|
border-radius: 4px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.kpxc .genpw-input-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate;
|
|
width: 100%;
|
|
}
|
|
|
|
.cip-genpw-icon {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cip-genpw-icon.key {
|
|
background: url('chrome-extension://__MSG_@@extension_id__/icons/key.svg') right no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.cip-genpw-icon.key-moz {
|
|
background: url('moz-extension://__MSG_@@extension_id__/icons/key.svg') right no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.kpxc .cip-genpw-checkbox {
|
|
-webkit-appearance: checkbox !important;
|
|
-moz-appearance: checkbox !important;
|
|
appearance: checkbox !important;
|
|
}
|
|
|
|
#cip-genpw-btn-fillin {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#cip-genpw-quality {
|
|
text-align: center;
|
|
}
|
|
|
|
.b2c-modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 2147483645;
|
|
}
|
|
|
|
.b2c-modal-backdrop:after {
|
|
content: '';
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #000000;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|
|
#b2c-cipDefine-fields {
|
|
z-index: 2147483646;
|
|
}
|
|
|
|
#b2c-cipDefine-description {
|
|
z-index: 2147483646;
|
|
color: #efefef;
|
|
border: 2px solid #555555;
|
|
padding: 7px 5px;
|
|
position: absolute;
|
|
top: 100px;
|
|
left: 150px;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
background-color: rgba(0,0,0,0.8);
|
|
font-size: 15px;
|
|
}
|
|
|
|
#b2c-cipDefine-description div:first-of-type {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
text-align: left;
|
|
color: #efefef;
|
|
padding-bottom: 8px;
|
|
font-weight: bold;
|
|
font-size: 160%;
|
|
}
|
|
|
|
#b2c-cipDefine-description p {
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
color: #efefef;
|
|
border-top: 2px solid #666666;
|
|
line-height: 110%;
|
|
}
|
|
|
|
#b2c-help {
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#b2c-keyboardHelp {
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
#b2c-keyboardHelp kbd {
|
|
background-color: #eee;
|
|
border-radius: 3px;
|
|
border: 1px solid #b4b4b4;
|
|
color: #333;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
padding: 2px 4px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.b2c-fixed-field {
|
|
position: absolute;
|
|
border: 2px solid #efefef;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
z-index: 2147483646;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
background-color:rgba(239,239,239,0.4);
|
|
}
|
|
|
|
.b2c-fixed-hover-field {
|
|
border: 2px solid orange;
|
|
background-color:rgba(255,165,239,0.4);
|
|
}
|
|
|
|
.b2c-fixed-password-field {
|
|
border: 2px solid red;
|
|
color: #efefef;
|
|
background-color:rgba(255,0,0,0.4);
|
|
}
|
|
|
|
.b2c-fixed-username-field {
|
|
border: 2px solid limegreen;
|
|
color: #efefef;
|
|
background-color:rgba(50,205,50,0.4);
|
|
}
|
|
|
|
.b2c-fixed-string-field {
|
|
border: 2px solid deepskyblue;
|
|
color: #efefef;
|
|
background-color:rgba(30,144,255,0.4);
|
|
}
|
|
|
|
.b2c-input-append {
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.b2c-input-append input,
|
|
.b2c-input-append select,
|
|
.b2c-input-append .b2c-uneditable-input,
|
|
.b2c-input-append .b2c-dropdown-menu,
|
|
.b2c-input-append .b2c-popover {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.b2c-input-append input,
|
|
.b2c-input-append select,
|
|
.b2c-input-append .b2c-uneditable-input {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
*margin-left: 0;
|
|
vertical-align: top;
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
border-radius: 0 4px 4px 0;
|
|
}
|
|
|
|
.b2c-input-append input:focus,
|
|
.b2c-input-append select:focus,
|
|
.b2c-input-append .b2c-b2c-uneditable-input:focus {
|
|
z-index: 2;
|
|
}
|