css fixes

This commit is contained in:
zadam 2021-07-04 15:49:52 +02:00
parent 4cc02ffb31
commit 703fbd30df
4 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,7 @@ if [[ $# -eq 0 ]] ; then
exit 1 exit 1
fi fi
n exec 12 npm run webpack n exec 14.17.2 npm run webpack
DIR=$1 DIR=$1
@ -27,7 +27,7 @@ cp -r electron.js $DIR/
cp webpack-* $DIR/ cp webpack-* $DIR/
# run in subshell (so we return to original dir) # run in subshell (so we return to original dir)
(cd $DIR && n exec 12 npm install --only=prod) (cd $DIR && n exec 14.17.2 npm install --only=prod)
# cleanup of useless files in dependencies # cleanup of useless files in dependencies
rm -r $DIR/node_modules/image-q/demo rm -r $DIR/node_modules/image-q/demo

View File

@ -127,7 +127,7 @@ const TAB_ROW_TPL = `
left: 0; left: 0;
right: 0; right: 0;
height: 36px; height: 36px;
padding: 7px 11px; padding: 7px 5px 7px 11px;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
pointer-events: all; pointer-events: all;
@ -179,6 +179,7 @@ const TAB_ROW_TPL = `
border-radius: 50%; border-radius: 50%;
z-index: 100; z-index: 100;
text-align: center; text-align: center;
width: 22px;
} }
.tab-row-widget .note-tab .note-tab-close span { .tab-row-widget .note-tab .note-tab-close span {

View File

@ -174,10 +174,10 @@ body.theme-dark {
--modal-backdrop-color: #444; --modal-backdrop-color: #444;
--left-pane-background-color: #1f1f1f; --left-pane-background-color: #1f1f1f;
--left-pane-text-color: #8D8888; --left-pane-text-color: #ADAAAA;
--launcher-pane-background-color: #1f1f1f; --launcher-pane-background-color: #1f1f1f;
--launcher-pane-text-color: #8D8888; --launcher-pane-text-color: #ADAAAA;
--active-tab-background-color: #666; --active-tab-background-color: #666;
--active-tab-text-color: #ccc; --active-tab-text-color: #ccc;

View File

@ -81,6 +81,8 @@ span.fancytree-title {
color: inherit !important; color: inherit !important;
background: inherit !important; background: inherit !important;
outline: none !important; outline: none !important;
position: relative;
top: -2px;
} }
span.fancytree-node.protected > span.fancytree-custom-icon { span.fancytree-node.protected > span.fancytree-custom-icon {