mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
width between 2 panels was changed because in firefox right panel was always in the bottom, so for now max width when 2 panels looks good - its more the 1155px
This commit is contained in:
parent
17c66d960f
commit
610b7a544e
1 changed files with 6 additions and 8 deletions
|
|
@ -218,20 +218,20 @@ a:focus { outline: thin dotted; }
|
|||
display:none;
|
||||
}
|
||||
/* текущий файл под курсором */
|
||||
.current-file{
|
||||
.current-file{
|
||||
background-color: rgba(49, 123, 249, .40);
|
||||
color:white;
|
||||
}
|
||||
/* делаем иконки под курсом белыми*/
|
||||
.current-file > .mini-icon{
|
||||
.current-file > .mini-icon{
|
||||
color:white;
|
||||
}
|
||||
.current-file > .text-file::before{
|
||||
.current-file > .text-file::before{
|
||||
color:white;
|
||||
}
|
||||
|
||||
/* меняем иконки на шрифтовые*/
|
||||
.mini-icon {
|
||||
.mini-icon {
|
||||
font: 60px 'Octicons Regular';
|
||||
width: 40%;
|
||||
height: 0;
|
||||
|
|
@ -252,9 +252,7 @@ a:focus { outline: thin dotted; }
|
|||
.text-file{
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* убираем заголовок*/
|
||||
.fm_header{
|
||||
display:none;
|
||||
|
|
@ -306,7 +304,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width:786px) and (max-width: 1060px){
|
||||
@media only screen and (min-width:786px) and (max-width: 1155px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue