|
|
@ -17,10 +17,14 @@
|
|
|
|
@toolbar-fg: #555;
|
|
|
|
@toolbar-fg: #555;
|
|
|
|
@toolbar-border-col: #ccc;
|
|
|
|
@toolbar-border-col: #ccc;
|
|
|
|
@toolbar-button-bg: #888;
|
|
|
|
@toolbar-button-bg: #888;
|
|
|
|
|
|
|
|
@toolbar-button-border: #888;
|
|
|
|
|
|
|
|
@toolbar-button-bg-hover: #777;
|
|
|
|
@toolbar-button-fg: #eee;
|
|
|
|
@toolbar-button-fg: #eee;
|
|
|
|
@toolbar-path-bg: #fff;
|
|
|
|
@toolbar-path-bg: #fff;
|
|
|
|
@toolbar-path-border: #888;
|
|
|
|
@toolbar-path-border: #888;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@button-font-size: 14px;
|
|
|
|
|
|
|
|
|
|
|
|
@size-mobile: 600px;
|
|
|
|
@size-mobile: 600px;
|
|
|
|
|
|
|
|
|
|
|
|
/* PAGE */
|
|
|
|
/* PAGE */
|
|
|
@ -515,7 +519,7 @@ span {
|
|
|
|
#driveToolbar {
|
|
|
|
#driveToolbar {
|
|
|
|
background: @toolbar-bg;
|
|
|
|
background: @toolbar-bg;
|
|
|
|
color: @toolbar-fg;
|
|
|
|
color: @toolbar-fg;
|
|
|
|
height: 40px;
|
|
|
|
height: 30px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
flex-flow: row;
|
|
|
|
border-top: 1px solid @toolbar-border-col;
|
|
|
|
border-top: 1px solid @toolbar-border-col;
|
|
|
@ -523,6 +527,7 @@ span {
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
|
|
z-index: 100;
|
|
|
|
z-index: 100;
|
|
|
|
box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
|
|
|
|
|
|
|
.newPadContainer {
|
|
|
|
.newPadContainer {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
@ -530,16 +535,17 @@ span {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
button {
|
|
|
|
height: 26px;
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
font-size: @button-font-size;
|
|
|
|
&.element {
|
|
|
|
&.element {
|
|
|
|
border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: @toolbar-button-bg;
|
|
|
|
background: @toolbar-button-bg;
|
|
|
|
color: @toolbar-button-fg;
|
|
|
|
color: @toolbar-button-fg;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
border: none;
|
|
|
|
border: 1px solid @toolbar-button-border;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
box-shadow: 0px 0px 2px #000;
|
|
|
|
background: @toolbar-button-bg-hover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.new {
|
|
|
|
&.new {
|
|
|
@ -548,7 +554,7 @@ span {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* The container <div> - needed to position the dropdown content */
|
|
|
|
/* The container <div> - needed to position the dropdown content */
|
|
|
|
.dropdown-bar {
|
|
|
|
.dropdown-bar {
|
|
|
|
margin: 5px 5px;
|
|
|
|
margin: 2px 2px;
|
|
|
|
line-height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
@ -583,7 +589,7 @@ span {
|
|
|
|
.path {
|
|
|
|
.path {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 40px;
|
|
|
|
line-height: 30px;
|
|
|
|
cursor: default;
|
|
|
|
cursor: default;
|
|
|
|
width: auto;
|
|
|
|
width: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|