mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
393 lines
14 KiB
CSS
393 lines
14 KiB
CSS
.button-geen {
|
|
background: #37ce02;
|
|
color: #fff; }
|
|
|
|
.button-geen:hover {
|
|
background: #3ad802;
|
|
color: #fff; }
|
|
|
|
.button-red {
|
|
background: #ce3702;
|
|
color: #fff; }
|
|
|
|
.button-red:hover {
|
|
background: #d83a02;
|
|
color: #fff; }
|
|
|
|
.link {
|
|
color: #0066ff !important;
|
|
cursor: pointer; }
|
|
|
|
.link:hover {
|
|
text-decoration: underline; }
|
|
|
|
.tab_header {
|
|
margin: 44px 0 0;
|
|
list-style: none;
|
|
padding: 0; }
|
|
.tab_header li.tab:first-child {
|
|
margin-left: 0; }
|
|
.tab_header li.tab {
|
|
/*@include border-top-radius(2px);*/
|
|
float: left;
|
|
border-bottom-width: 0;
|
|
margin: 0;
|
|
padding: 10px 10px 10px 10px;
|
|
color: #696969;
|
|
cursor: pointer;
|
|
border-right: 1px solid #eee;
|
|
-webkit-transition: background-color 250ms linear;
|
|
-moz-transition: background-color 250ms linear;
|
|
-o-transition: background-color 250ms linear;
|
|
-ms-transition: background-color 250ms linear;
|
|
transition: background-color 250ms linear; }
|
|
.tab_header li.active {
|
|
background-color: #0082c9 !important;
|
|
color: #fff; }
|
|
|
|
.tab_container {
|
|
border: 1px solid;
|
|
border-color: #eee;
|
|
border-top-color: #0082c9;
|
|
border-bottom: 0;
|
|
clear: both;
|
|
padding: 0 1em; }
|
|
|
|
.pw-gen {
|
|
overflow: hidden; }
|
|
.pw-gen input {
|
|
width: calc(100% - 80px) !important;
|
|
float: left;
|
|
background: #fff;
|
|
color: #555;
|
|
cursor: text;
|
|
font-family: inherit;
|
|
border: 1px solid #ddd;
|
|
outline: none;
|
|
border-radius: 3px;
|
|
margin: 3px 3px 3px 0;
|
|
padding: 7px 6px 5px;
|
|
font-size: 13px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
background-clip: padding-box; }
|
|
.pw-gen .generate_pw {
|
|
float: left;
|
|
margin-top: 3px;
|
|
margin-left: -3px; }
|
|
.pw-gen .generate_pw .cell {
|
|
padding: 5px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
border: 1px solid #ddd;
|
|
background-color: #eaeaea;
|
|
cursor: pointer; }
|
|
.pw-gen .generate_pw .cell:hover {
|
|
color: #0066ff; }
|
|
.pw-gen .generate_pw .cell:last-child {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
background-clip: padding-box; }
|
|
|
|
.vault_wrapper {
|
|
margin: 0 auto;
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
max-width: 420px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */
|
|
box-shadow: 0 1px 1px #777;
|
|
background: #eee;
|
|
display: block; }
|
|
.vault_wrapper .vaultlist {
|
|
z-index: 500; }
|
|
.vault_wrapper .vaultlist li, .vault_wrapper .vaultlist div, .vault_wrapper .vaultlist span, .vault_wrapper .vaultlist small {
|
|
cursor: pointer; }
|
|
.vault_wrapper .vaultlist small {
|
|
color: #8e8e8e; }
|
|
.vault_wrapper .vaultlist li.selected {
|
|
background-color: #0082c9 !important;
|
|
color: #ddd; }
|
|
.vault_wrapper .vaultlist li {
|
|
border-bottom: 1px solid #8e8e8e;
|
|
padding: 16px; }
|
|
.vault_wrapper .vaultlist li:hover {
|
|
background-color: #f7f7f7; }
|
|
.vault_wrapper .login_form {
|
|
padding: 16px; }
|
|
.vault_wrapper .login_form .error {
|
|
color: #ce3702; }
|
|
.vault_wrapper .login_form .pw-input .last_access {
|
|
color: #8e8e8e; }
|
|
.vault_wrapper .login_form input[type="password"], .vault_wrapper .login_form input[type="text"] {
|
|
width: 100%;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */ }
|
|
.vault_wrapper .login_form .button_wrapper .button {
|
|
width: 45%;
|
|
display: inline-block; }
|
|
.vault_wrapper .login_form .button {
|
|
margin-top: 10px; }
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.vault_wrapper {
|
|
width: 90%; } }
|
|
#app-content {
|
|
overflow-x: hidden; }
|
|
#app-content #app-content-wrapper {
|
|
min-height: 95%; }
|
|
#app-content #app-content-wrapper #controls {
|
|
border-bottom: 1px solid #c9c9c9; }
|
|
#app-content #app-content-wrapper .actions.creatable {
|
|
overflow: hidden; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble {
|
|
position: relative;
|
|
width: 185px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */
|
|
box-shadow: 0 1px 10px rgba(50, 50, 50, 0.7); }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble ul li {
|
|
padding-left: 10px; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble ul .menuitem {
|
|
font-size: 12px;
|
|
display: inline; }
|
|
#app-content #app-content-wrapper .actions.creatable .bubble:after {
|
|
right: inherit;
|
|
left: 10px;
|
|
top: -19px; }
|
|
#app-content #app-content-wrapper .actions.creatable .title {
|
|
width: calc( 100% - 325px);
|
|
text-align: center;
|
|
display: inline-block;
|
|
font-weight: bold; }
|
|
#app-content #app-content-wrapper .actions.creatable .searchboxContainer {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0; }
|
|
#app-content #app-content-wrapper .actions.creatable .searchboxContainer .searchbox {
|
|
display: inline-block; }
|
|
#app-content #app-content-wrapper .credential-table {
|
|
width: 100%;
|
|
margin-top: 44px; }
|
|
#app-content #app-content-wrapper .credential-table tr:hover {
|
|
background-color: whitesmoke; }
|
|
#app-content #app-content-wrapper .credential-table tr.selected {
|
|
background-color: #f8f8f8; }
|
|
#app-content #app-content-wrapper .credential-table tr td {
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
border-bottom: 1px solid #eeeeee; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon {
|
|
font-size: 19px;
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-left: 3px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .tags {
|
|
float: right; }
|
|
#app-content #app-content-wrapper .credential-table tr td .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
font-size: 12px;
|
|
margin-right: 3px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
/* stops bg color from leaking outside the border: */ }
|
|
#app-content #app-content-wrapper .credential-table tr td .tags .tag:last-child {
|
|
margin-right: 8px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon-more {
|
|
display: inline-block;
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
opacity: 0.4;
|
|
height: 20px;
|
|
width: 32px;
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .credential-table tr td .icon-more:hover {
|
|
opacity: 1; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu {
|
|
margin-top: 25px;
|
|
height: 100px;
|
|
width: 100px;
|
|
right: -2px !important;
|
|
box-shadow: 0 1px 10px rgba(50, 50, 50, 0.7); }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul {
|
|
display: block;
|
|
width: 100px;
|
|
height: 75px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul li {
|
|
padding: 0px; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu ul .menuitem {
|
|
font-size: 12px;
|
|
display: inline; }
|
|
#app-content #app-content-wrapper .credential-table tr td .popovermenu .action {
|
|
padding: 10px;
|
|
margin: -10px; }
|
|
#app-content #app-content-wrapper .edit_credential label {
|
|
display: block; }
|
|
#app-content #app-content-wrapper .edit_credential input[type="text"], #app-content #app-content-wrapper .edit_credential input[type="password"] {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .tags {
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
font-size: 11px; }
|
|
#app-content #app-content-wrapper .edit_credential tags-input .tags {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .credential_textarea {
|
|
width: 100%;
|
|
height: 100px; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label {
|
|
overflow: hidden; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label input[type="checkbox"] {
|
|
width: auto !important;
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label .label {
|
|
float: left; }
|
|
#app-content #app-content-wrapper .edit_credential .password_settings label .label.sm {
|
|
font-size: 12px; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields, #app-content #app-content-wrapper .edit_credential .files {
|
|
margin-top: 10px; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table, #app-content #app-content-wrapper .edit_credential .files table {
|
|
width: 100%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table thead th, #app-content #app-content-wrapper .edit_credential .files table thead th {
|
|
color: #fff; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table thead th.field_actions, #app-content #app-content-wrapper .edit_credential .files table thead th.field_actions {
|
|
width: 15%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr:hover, #app-content #app-content-wrapper .edit_credential .files table tr:hover {
|
|
background-color: transparent; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td.field_actions, #app-content #app-content-wrapper .edit_credential .files table tr td.field_actions {
|
|
font-size: 13px;
|
|
width: 15%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td.field_actions i, #app-content #app-content-wrapper .edit_credential .files table tr td.field_actions i {
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td, #app-content #app-content-wrapper .edit_credential .custom_fields table tr th, #app-content #app-content-wrapper .edit_credential .files table tr td, #app-content #app-content-wrapper .edit_credential .files table tr th {
|
|
width: 20%;
|
|
padding: 5px; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .custom_fields table tr th .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .files table tr td .editable-has-buttons.editable-input, #app-content #app-content-wrapper .edit_credential .files table tr th .editable-has-buttons.editable-input {
|
|
width: 55%; }
|
|
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td, #app-content #app-content-wrapper .edit_credential .files table tr td {
|
|
height: 50px;
|
|
vertical-align: middle; }
|
|
#app-content #app-content-wrapper .edit_credential .file_tab .progress {
|
|
margin-top: 10px;
|
|
height: 10px; }
|
|
#app-content #app-content-wrapper .edit_credential .file_tab .progress .progress-bar {
|
|
height: 10px;
|
|
background-image: none;
|
|
background-color: #0082c9; }
|
|
#app-content #app-content-wrapper .app_sidebar {
|
|
padding: 10px;
|
|
overflow-y: auto; }
|
|
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
cursor: pointer; }
|
|
#app-content #app-content-wrapper .app_sidebar.item_selected {
|
|
height: 25%;
|
|
display: inline-block; }
|
|
#app-content #app-content-wrapper .app_sidebar table {
|
|
width: 100%;
|
|
margin-bottom: 10px; }
|
|
#app-content #app-content-wrapper .app_sidebar table tr:hover {
|
|
background-color: #fff; }
|
|
#app-content #app-content-wrapper .app_sidebar table tr td {
|
|
padding: 2px;
|
|
width: auto;
|
|
white-space: nowrap;
|
|
height: 25px;
|
|
vertical-align: middle; }
|
|
#app-content #app-content-wrapper .app_sidebar .tags {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px; }
|
|
#app-content #app-content-wrapper .app_sidebar .tags .tag {
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
padding: 4px;
|
|
margin-right: 3px; }
|
|
|
|
.credential_field {
|
|
overflow: hidden; }
|
|
.credential_field .cell, .credential_field .value {
|
|
float: left; }
|
|
.credential_field .tools {
|
|
margin-left: 10px;
|
|
overflow: hidden;
|
|
float: left; }
|
|
.credential_field .tools .cell {
|
|
cursor: pointer;
|
|
margin-right: 4px; }
|
|
|
|
.settings-container div {
|
|
padding-left: 15px; }
|
|
|
|
.nav-trashbin {
|
|
position: fixed !important;
|
|
bottom: 44px;
|
|
width: inherit !important;
|
|
background-color: #fff;
|
|
border-right: 1px solid #eee; }
|
|
.nav-trashbin a {
|
|
padding: 0 20px; }
|
|
.nav-trashbin a .fa {
|
|
margin-right: 15px; }
|
|
|
|
#app-navigation li a.taginput {
|
|
opacity: 1; }
|
|
#app-navigation li a {
|
|
overflow: visible; }
|
|
#app-navigation li a tags-input {
|
|
opacity: 1.0; }
|
|
#app-navigation li a tags-input li {
|
|
width: auto !important; }
|
|
#app-navigation > ul ul {
|
|
display: inherit !important; }
|
|
|
|
.sharing_table td:first-child {
|
|
width: 55%; }
|
|
.sharing_table td:first-child tags-input .tags {
|
|
width: 100%; }
|
|
.sharing_table td:first-child .autocomplete {
|
|
margin-top: 35px; }
|
|
|
|
.table {
|
|
width: 100%; }
|
|
|
|
.scan-result-table {
|
|
margin-top: 10px; }
|
|
.scan-result-table .score {
|
|
padding-left: 0px;
|
|
padding-right: 15px; }
|
|
|
|
#app-settings-content:not(.ng-hide) {
|
|
height: 60px;
|
|
display: inherit !important;
|
|
padding: 0;
|
|
transition: height 0.15s ease-out; }
|
|
|
|
#app-settings-content.ng-hide {
|
|
display: inherit !important;
|
|
height: 0;
|
|
padding: 0;
|
|
transition: height 0.15s ease-in; }
|
|
|
|
.ui-dialog {
|
|
z-index: 9999; }
|
|
|
|
#notification .row {
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important; }
|
|
|
|
/*# sourceMappingURL=app.css.map */
|