Skip to content

Commit

Permalink
Update to 13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Jul 10, 2018
2 parents 159ca8d + 1ed4095 commit 0430a29
Show file tree
Hide file tree
Showing 13 changed files with 638 additions and 49 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ If you like the theme and would like to donate you can use the following cryptoc

BTC: 1Pp3UG9k6ZkwrVXrhr9kwwvjwDk5Vchu3f
BCH: 1C7dQLqMU6Kucxx9GcFDMnTTTsBpeNT9vo
LTC: LLii6QbQiHnkjq2TNcNYC3JafV4mWYXWnx
DOGE: DNsXstU98g61QtF4CKwL6NZE8UAf4eJSdC
LTC: LLii6QbQiHnkjq2TNcNYC3JafV4mWYXWnx

Thank you.
13 changes: 13 additions & 0 deletions core/css/apps/_files-rightclick.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#rightClickMenu {

li.action-0 {

&:hover {
background-color: $background-active-hover;
}

> a:hover {
background-color: unset;
}
}
}
17 changes: 13 additions & 4 deletions core/css/apps/_ldap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
background-color: $background-normal;
}

ul.ui-tabs-nav .ui-tabs-active {
&, & > a {
background-color: $background-dark;
}
ul.ui-tabs-nav .ui-tabs-active,
ul.ui-tabs-nav .ui-tabs-active > a {
background-color: $background-dark;
color: $foreground-active;
border-bottom-color: $decoration-active;
}

div.ui-accordion-content {
background: $background-normal;
}

.ldap_grey {
color: $foreground-normal;
}
}
1 change: 1 addition & 0 deletions core/css/apps/_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
.CodeMirror {
background-color: $background-normal;
color: $foreground-normal;
border-color: $decoration-normal;
}

.CodeMirror-cursor {
Expand Down
53 changes: 37 additions & 16 deletions core/css/apps/_passman.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
.app-passman {

#app-navigation .taginput:hover {
background: none;
#app-navigation {

.taginput:hover {
background: none;
}

.nav-trashbin a {
background-color: $background-normal !important;

&:hover {
background-color: $background-active-hover !important;
}

&.active {
background-color: $background-active !important;
border-left: none;
}
}

.nav-icon-systemtagsfilter {
background-image: none;
}
}

.link {
Expand Down Expand Up @@ -124,6 +144,15 @@
border-color: $decoration-active;
}
}

.icon-label .icon-picker .cell {
border-color: $decoration-normal;
background-color: $background-normal;

&:hover {
border-color: $decoration-active;
}
}
}
}

Expand Down Expand Up @@ -256,20 +285,12 @@ tags-input {
border: none;
}

#passman-settings #passman-tabs {
.ui-widget-header {
border: none;
background: #31363b;
color: #eff0f1;
}
#passman-settings {

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: inherit;
padding-bottom: inherit;
}
}
#mover {

.ui-tabs .ui-tabs-nav li {
background: $background-dark;
border-color: $decoration-normal;
table tr:hover {
background-color: unset;
}
}
}
232 changes: 232 additions & 0 deletions core/css/apps/_passwords.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
.app-passwords {

#app-navigation {

li {
color: $foreground-normal;

&.active {
color: $foreground-active;
}
}

.nav-icon-recent,
.nav-icon-security {
background-image: none;
}
}

#app-content {

// General styling for controls
#controls {

.crumbmenu .menu,
.passwords-more-menu .menu {
border: none;
border-color: $decoration-normal;
transition: border .25s ease-in-out, max-height .25s ease-in-out;
}

.crumbmenu.active .menu,
.passwords-more-menu.active .menu {
border: 1px solid $decoration-normal;
}
}

// General styling for lists in app-content window
.item-list {

.row {
border-bottom-color: $decoration-normal;

&:hover {
background-color: $background-active-hover;
}

&.header,
&.header .date {
color: $foreground-normal;
}

.date {
color: $foreground-inactive;
}

.genericIcon {
color: $foreground-normal;
}

&.footer:hover {
background-color: $background-normal;
}
}

.row .more {

&:hover {
color: $foreground-normal;
}

.popovermenu.bubble.menu li {
color: $foreground-normal;
opacity: 0.7;

&:hover {
background-color: $background-active-hover;
color: $foreground-active;
opacity: 1;
}

a {
color: $foreground-active;
}
}
}
}

// Styling for Backup section
.backup-dialog {

h1 {
border-color: $decoration-normal;
background-color: $background-dark;

&::before {
color: $foreground-normal;
border-color: $decoration-normal;
}
}
}

// Styling for help section
.help .handbook-page {

blockquote {
border-left-color: $decoration-active;
background-color: $background-alternate;
}

.md-image-container {

.md-image-link {
border-color: $decoration-normal;
}

.md-image-caption {
border-top-color: $decoration-normal;
color: $foreground-inactive;
}
}
}

// App content sidebar
.app-content-right {
background-color: $background-normal;
border-left-color: $decoration-normal;

.item-details {

.infos {
color: $foreground-inactive;

.tags-container {
color: #000;
}
}

.tab-container .tab-titles .tab-title {
color: $foreground-normal;

&.active {
color: $foreground-active;
}
}

.details div:not(.header) {
color: $foreground-normal;

span {
color: $foreground-normal;
}
}
}
}
}

#app-popup {

// Popup for creating new password
#passwords-create-new {

.window {
background-color: $background-normal;

// Popup header styling
.title {
color: $foreground-active !important;
background-color: $background-active-alternate !important;
}

// Popup Content
form.content {

.section-title, .open .foldout-title {
border-color: $decoration-normal !important;
}

// Notes Editor
.notes-container {

.editor-toolbar {

a {
color: $foreground-normal !important;

&:hover {
background-color: $background-normal;
border-color: $decoration-active;
}

&.active {
background-color: $background-active;
border-color: $decoration-active;
}
}

&.disabled-for-preview a:not(.no-disable) {
background-color: $background-alternate;
border: none;
}
}

.CodeMirror .editor-preview {
background-color: $background-normal;
}

.CodeMirror span.CodeMirror-selectedtext {
background-color: $background-active;
padding: 1px 0;
}
}
}
}
}
}
}

// Yes button for creating new tag
.oc-dialog-buttonrow.twobuttons button.primary {
border-color: $decoration-normal;

&:hover, &:active, &:focus {
border-color: $decoration-active;
}
}

// Warning styling for reset and delete buttons in settings
.app-passwords #app-content .app-content-left.settings section.danger input[type="button"]:hover {
background-color: $background-negative !important;
border-color: $foreground-negative !important;
color: $foreground-active !important;
}
Loading

0 comments on commit 0430a29

Please sign in to comment.