|
|
@ -44,6 +44,7 @@ body { |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
left: -200px; |
|
|
|
left: -200px; |
|
|
|
width: 200px; |
|
|
|
width: 200px; |
|
|
|
|
|
|
|
visibility: hidden; |
|
|
|
-moz-transition-property: left; |
|
|
|
-moz-transition-property: left; |
|
|
|
-moz-transition-duration: 200ms; |
|
|
|
-moz-transition-duration: 200ms; |
|
|
|
-moz-transition-timing-function: ease; |
|
|
|
-moz-transition-timing-function: ease; |
|
|
@ -52,6 +53,7 @@ body { |
|
|
|
-webkit-transition-timing-function: ease; |
|
|
|
-webkit-transition-timing-function: ease; |
|
|
|
} |
|
|
|
} |
|
|
|
#outerContainer.sidebarOpen > #sidebarContainer { |
|
|
|
#outerContainer.sidebarOpen > #sidebarContainer { |
|
|
|
|
|
|
|
visibility: visible; |
|
|
|
left: 0px; |
|
|
|
left: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -175,6 +177,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.splitToolbarButton:hover > .toolbarButton, |
|
|
|
.splitToolbarButton:hover > .toolbarButton, |
|
|
|
|
|
|
|
.splitToolbarButton:focus > .toolbarButton, |
|
|
|
.splitToolbarButton.toggled > .toolbarButton { |
|
|
|
.splitToolbarButton.toggled > .toolbarButton { |
|
|
|
background-color: hsla(0,0%,0%,.12); |
|
|
|
background-color: hsla(0,0%,0%,.12); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
@ -193,6 +196,7 @@ body { |
|
|
|
-webkit-transition-timing-function: ease; |
|
|
|
-webkit-transition-timing-function: ease; |
|
|
|
} |
|
|
|
} |
|
|
|
.splitToolbarButton > .toolbarButton:hover, |
|
|
|
.splitToolbarButton > .toolbarButton:hover, |
|
|
|
|
|
|
|
.splitToolbarButton > .toolbarButton:focus, |
|
|
|
.dropdownToolbarButton:hover { |
|
|
|
.dropdownToolbarButton:hover { |
|
|
|
background-color: hsla(0,0%,0%,.2); |
|
|
|
background-color: hsla(0,0%,0%,.2); |
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, |
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, |
|
|
@ -261,6 +265,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.toolbarButton:hover, |
|
|
|
.toolbarButton:hover, |
|
|
|
|
|
|
|
.toolbarButton:focus, |
|
|
|
.dropdownToolbarButton { |
|
|
|
.dropdownToolbarButton { |
|
|
|
background-color: hsla(0,0%,0%,.12); |
|
|
|
background-color: hsla(0,0%,0%,.12); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
@ -515,10 +520,12 @@ body { |
|
|
|
-moz-transition-duration: 150ms; |
|
|
|
-moz-transition-duration: 150ms; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage, |
|
|
|
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage { |
|
|
|
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage { |
|
|
|
opacity: .9; |
|
|
|
opacity: .9; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a:focus > .thumbnail > .thumbnailSelectionRing, |
|
|
|
.thumbnail:hover > .thumbnailSelectionRing { |
|
|
|
.thumbnail:hover > .thumbnailSelectionRing { |
|
|
|
background-color: hsla(0,0%,100%,.15); |
|
|
|
background-color: hsla(0,0%,100%,.15); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); |
|
|
|