/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 20-Aug-2018, 11:24:57 Author : podkrizniku */ #toolbox_library { z-index: 0; position: fixed; top: 225px; left: 35px; width: 315px; height: auto; left: auto; right: 30px; color: $strong_blue; background-color: white; border: 0; box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.07); #library_holder { background-color: $soft_blue; border: 1px $soft_blue solid; #library_title { padding: 10px; font-size: 18px; font-weight: bold; span.library { margin: 0 5px 2px 0; } } p.display_tabs { font-size: 14px; font-weight: 500; margin: 0; padding: 0; &> span{ width: 50%; box-sizing: border-box; display: inline-block; padding: 7px 10px; text-align: center; transition: 0.2s; } span.highlightTabBlackLeft { background-color: white; a { color: $strong_blue; } } span.highlightTabBlackRight { background-color: white; a { color: $strong_blue; } } span.nohighlight:hover{ background-color: lighten($soft_blue, 3%); } a { display: block; color: $strong_blue; } } #library { background-color: white; height: 400px; overflow-y: auto; #libraryInner { padding: 5px 10px; bottom: 0; overflow: auto; } .lib_tab { width: auto; cursor: pointer; } ul { list-style: none; margin: 0; margin-top: 4px; padding-left: 18px; } li { .anketa.tip0 { margin: 0; padding-left: 14px; } .anketa.tip1 { margin: 0; margin-left: -3px; } } .new_folder { visibility: hidden; } .delete_folder { visibility: hidden; } span.folderdrop { margin-bottom: 2px; &:hover { .new_folder { visibility: visible; } .delete_folder { visibility: visible; } } } span.faicon.folder{ vertical-align: 3px; margin-right: 3px; &::before{ font-size: 20px; } } .tip0 { .folder_container { display: block; height: auto; overflow: hidden; padding: 1px 3px; } } /* Ankete */ .tip1 { padding-left: 10px; .folder_container { display: block; overflow: show; height: auto; min-height: 20px; padding: 0px 3px; } .mapca{ display: none !important; } .new_spr{ padding: 0 3px; &:hover{ background-color: darken($soft_blue, 3%); } .faicon{ line-height: 22px; } } .faicon.plus, .faicon.minus{ opacity: 1 !important; margin-right: 3px; } } div { .folder_right { width: 15px; float: right; text-align: left; } .tip1 { .folder_right { width: 18px; } } .folder_container { &:hover { background-color: $soft_blue_very_lighten; cursor: pointer; } } } div.folder_left { width: 80%; float: none; } div.folder_left.indent { display: block; height: auto; line-height: 22px; overflow: hidden; position: relative; } .folder { strong { &:hover { background-color: transparent; cursor: pointer; } } } } } }