Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
More history css changes. Removing css variable… this is not Sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Jul 30, 2013
1 parent e9231c9 commit 81b17b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Expand Up @@ -16,11 +16,10 @@

.header {
/* copy from cell table header */
border-bottom: 2px solid #6F7277;
border-bottom: 2px solid #d9e1e7;
padding: 3px 15px;
text-align: left;
color: #4B4A4A;
text-shadow: #DDF 1px 1px 0;
color: #416988;
overflow: hidden;
font-weight: bold;
height: 1em;
Expand All @@ -33,7 +32,7 @@
}

.originRow {
background-color: #EEE;
background-color: transparent;
}

.flipButton {
Expand Down Expand Up @@ -68,4 +67,4 @@
</g:row>
</g:Grid>
</g:ScrollPanel>
</ui:UiBinder>
</ui:UiBinder>
Expand Up @@ -12,7 +12,7 @@
text-align: center;
padding: 2px;
z-index: 100;
box-shadow: 0 1px 2px rgba($black, 0.2);
box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
}

.table {
Expand Down

0 comments on commit 81b17b0

Please sign in to comment.