1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 15:00:11 +00:00

small style updates for calendar app and removed unnecessary files

This commit is contained in:
Magnus Walbeck 2017-04-16 23:41:53 +02:00
parent 0071e73f36
commit 667ac5e9ba
9 changed files with 75 additions and 19 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
core/css/.sass-cache
core/css/.sass-cache
.directory

View file

@ -191,13 +191,24 @@
color: $foreground-normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid $decoration-normal;
background: $background-dark;
font-weight: bold;
color: $foreground-inactive;
}
.ui-state-hover, .ui-widget-header .ui-state-hover {
background-color: $background-normal;
color: $foreground-normal;
}
.ui-widget-content .ui-state-hover {
background-color: $background-active-hover;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity: .5;
filter: Alpha(Opacity=50);
@ -221,6 +232,10 @@
background: $background-normal;
}
.advanced .advanced--input {
background: $background-dark !important;
}
/* Contacts */
.app-content-list {

View file

@ -232,6 +232,16 @@ select {
background-image: url('../img/actions/triangle-s.svg?v=1');
}
.glyphicon-chevron-right {
background: url("../img/rightarrow.svg") center center no-repeat;
filter: invert(100%);
}
.glyphicon-chevron-left {
background: url("../img/leftarrow.svg") center center no-repeat;
filter: invert(100%);
}
/* CSS tricks to change icon color */
#navigation .app-icon {

View file

@ -175,6 +175,14 @@ select {
#app-navigation .collapsible > .collapse {
background-image: url("../img/actions/triangle-s.svg?v=1"); }
.glyphicon-chevron-right {
background: url("../img/rightarrow.svg") center center no-repeat;
filter: invert(100%); }
.glyphicon-chevron-left {
background: url("../img/leftarrow.svg") center center no-repeat;
filter: invert(100%); }
/* CSS tricks to change icon color */
#navigation .app-icon {
filter: none; }
@ -745,12 +753,20 @@ ul.multiselectoptions {
.ui-datepicker th {
color: #eff0f1; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #706f6e;
background: #232629;
font-weight: bold;
color: #bdc3c7; }
.ui-state-hover, .ui-widget-header .ui-state-hover {
background-color: #31363b;
color: #eff0f1; }
.ui-widget-content .ui-state-hover {
background-color: rgba(61, 174, 233, 0.25); }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity: .5;
filter: Alpha(Opacity=50);
@ -768,6 +784,9 @@ ul.multiselectoptions {
border: 1px solid #706f6e;
background: #31363b; }
.advanced .advanced--input {
background: #232629 !important; }
/* Contacts */
.app-content-list {
background-color: #232629;

File diff suppressed because one or more lines are too long

View file

@ -1,7 +0,0 @@
[Dolphin]
Timestamp=2017,3,1,13,58,51
Version=3
ViewMode=1
[Settings]
HiddenFilesShown=true

View file

@ -1,8 +0,0 @@
[Dolphin]
PreviewsShown=true
Timestamp=2017,3,1,13,58,19
Version=3
ViewMode=1
[Settings]
HiddenFilesShown=true

13
core/img/leftarrow.svg Normal file
View file

@ -0,0 +1,13 @@
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="136.3 -90.4 106.9 197.4" style="enable-background:new 136.3 -90.4 106.9 197.4;" xml:space="preserve">
<style type="text/css">
.st0{fill:#010002;}
</style>
<g>
<g>
<g>
<polygon class="st0" points="237.9,107 136.3,8.3 237.9,-90.4 243.1,-85 147.1,8.3 243.1,101.6 "/>
</g>
</g>
</g>
</svg>

After

(image error) Size: 448 B

13
core/img/rightarrow.svg Normal file
View file

@ -0,0 +1,13 @@
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="136.3 -90.4 106.9 197.4" style="enable-background:new 136.3 -90.4 106.9 197.4;" xml:space="preserve">
<style type="text/css">
.st0{fill:#010002;}
</style>
<g>
<g>
<g>
<polygon class="st0" points="141.5,-90.4 243.1,8.3 141.5,107 136.3,101.6 232.3,8.3 136.3,-85 "/>
</g>
</g>
</g>
</svg>

After

(image error) Size: 448 B