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

Commit

Permalink
small styling updates, good as a round #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Sep 21, 2016
1 parent dcd769a commit 2da99b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/src/ui/Container/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

.padded {
padding: 1em;
background: rgba(0, 0, 0, 0.5) !important;
background: rgba(0, 0, 0, 0.7) !important;
}
2 changes: 1 addition & 1 deletion js/src/ui/Theme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ muiTheme.tabs.selectedTextColor = 'rgb(255, 255, 255)'; // 'rgb(0, 151, 167)'; /
muiTheme.tabs.textColor = 'rgb(0, 151, 167)'; // 'rgba(255, 255, 255, 1)'; // 'rgba(0, 151, 167, 1)';
muiTheme.textField.disabledTextColor = muiTheme.textField.textColor;
muiTheme.toolbar = lightTheme.toolbar;
muiTheme.toolbar.backgroundColor = 'rgba(0, 0, 0, 0.5)'; // 'rgba(255, 136, 0, 0.5)'; // 'rgb(80, 80, 80)';
muiTheme.toolbar.backgroundColor = 'rgba(0, 0, 0, 0.7)'; // 'rgba(255, 136, 0, 0.5)'; // 'rgb(80, 80, 80)';

muiTheme.parity = {
backgroundSeed: '0x0',
Expand Down
2 changes: 1 addition & 1 deletion js/src/views/Application/TabBar/tabBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

button.tabactive,
button.tabactive:hover {
background: rgba(0, 0, 0, 0.5) !important;
background: rgba(0, 0, 0, 0.7) !important;
border-radius: 4px 4px 0 0;
}

Expand Down
2 changes: 1 addition & 1 deletion js/src/views/Application/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
*/
.container {
height: 100%;
min-height: 100%;
width: 100%;
}

0 comments on commit 2da99b2

Please sign in to comment.