+ Changed the styling of the snap guides to be a little more architectural and a lot more subdued.

This commit is contained in:
Aza Raskin 2010-07-02 16:16:16 -07:00
parent d2e5ab946e
commit 43c7f3136f

View File

@ -196,8 +196,11 @@ body {
.guideTrench {
z-index: -101;
opacity: 0.9;
border-top: 2px solid rgba(0,0,0,0.13);
border-left: 2px solid rgba(0,0,0,0.13);
border: 1px dashed rgba(0,0,0,.08);
border-bottom: none;
border-right: none;
-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.1);
}
.visibleTrench {