mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix missing variables.
This commit is contained in:
parent
7c5a7880b0
commit
09dcbcf3b7
2 changed files with 4 additions and 3 deletions
|
@ -902,10 +902,12 @@
|
||||||
@toolbar-icon-btn-color : @gray-light;
|
@toolbar-icon-btn-color : @gray-light;
|
||||||
@toolbar-icon-btn-hover-color : @gray-dark;
|
@toolbar-icon-btn-hover-color : @gray-dark;
|
||||||
@toolbar-icon-btn-hover-shadow : 0 1px 0 rgba(0, 0, 0, 0.25);
|
@toolbar-icon-btn-hover-shadow : 0 1px 0 rgba(0, 0, 0, 0.25);
|
||||||
|
@toolbar-icon-btn-hover-boxshadow : inset 0 3px 5px rgba(0, 0, 0, 0.225);
|
||||||
@toolbar-border-bottom : 1px solid @toolbar-border-color;
|
@toolbar-border-bottom : 1px solid @toolbar-border-color;
|
||||||
|
|
||||||
// Editor file-tree
|
// Editor file-tree
|
||||||
@file-tree-bg : transparent;
|
@file-tree-bg : transparent;
|
||||||
|
@file-tree-line-height : 2.6;
|
||||||
@file-tree-item-color : @gray-darker;
|
@file-tree-item-color : @gray-darker;
|
||||||
@file-tree-item-toggle-color : @gray;
|
@file-tree-item-toggle-color : @gray;
|
||||||
@file-tree-item-icon-color : @gray-light;
|
@file-tree-item-icon-color : @gray-light;
|
||||||
|
@ -923,7 +925,6 @@
|
||||||
@editor-toggler-hover-bg-color : #DDD;
|
@editor-toggler-hover-bg-color : #DDD;
|
||||||
@synctex-controls-z-index : 3;
|
@synctex-controls-z-index : 3;
|
||||||
@synctex-controls-padding : 0 2px;
|
@synctex-controls-padding : 0 2px;
|
||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
@tag-border-radius : 0.25em;
|
@tag-border-radius : 0.25em;
|
||||||
@tag-bg-color : @label-default-bg;
|
@tag-bg-color : @label-default-bg;
|
||||||
|
|
|
@ -172,8 +172,10 @@
|
||||||
@toolbar-icon-btn-hover-color : #FFF;
|
@toolbar-icon-btn-hover-color : #FFF;
|
||||||
@toolbar-icon-btn-hover-shadow : none;
|
@toolbar-icon-btn-hover-shadow : none;
|
||||||
@toolbar-border-bottom : 1px solid @toolbar-border-color;
|
@toolbar-border-bottom : 1px solid @toolbar-border-color;
|
||||||
|
@toolbar-icon-btn-hover-boxshadow : none;
|
||||||
// Editor file-tree
|
// Editor file-tree
|
||||||
@file-tree-bg : @ol-blue-gray-4;
|
@file-tree-bg : @ol-blue-gray-4;
|
||||||
|
@file-tree-line-height : 2.05;
|
||||||
@file-tree-item-color : #FFF;
|
@file-tree-item-color : #FFF;
|
||||||
@file-tree-item-input-color : @ol-blue-gray-5;
|
@file-tree-item-input-color : @ol-blue-gray-5;
|
||||||
@file-tree-item-toggle-color : @ol-blue-gray-2;
|
@file-tree-item-toggle-color : @ol-blue-gray-2;
|
||||||
|
@ -191,8 +193,6 @@
|
||||||
@editor-toggler-hover-bg-color : @ol-green;
|
@editor-toggler-hover-bg-color : @ol-green;
|
||||||
@synctex-controls-z-index : 6;
|
@synctex-controls-z-index : 6;
|
||||||
@synctex-controls-padding : 0;
|
@synctex-controls-padding : 0;
|
||||||
//== Colors
|
|
||||||
//
|
|
||||||
//## Gray and brand colors for use across Bootstrap.
|
//## Gray and brand colors for use across Bootstrap.
|
||||||
@gray-darker: #252525;
|
@gray-darker: #252525;
|
||||||
@gray-dark: #505050;
|
@gray-dark: #505050;
|
||||||
|
|
Loading…
Reference in a new issue