Skip to content

Commit

Permalink
Minor overall visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 19, 2019
1 parent 9825efe commit 8040e86
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/style/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
--sepia: rgba(251, 240, 217, 1);
--dark-grey: rgba(33, 33, 33, 1);
--black-five: rgba(0, 0, 0, 0.05);
--vibrant-black: rgba(30, 14, 29, 1);
--vibrant-grey: rgba(216, 203, 199, 1);
--white-five: rgba(255, 255, 255, 0.05);
--transparent-white: rgba(255, 255, 255, 0);
}
html {
overflow: hidden;
Expand Down Expand Up @@ -36,15 +33,15 @@ div#gwt-debug-notesListView {
div#gwt-debug-FocusView-root { /* Main app window background */
background-color: white !important;
}
.GJDCG5CP4B { /* Elephant logo */
.GJDCG5CO4B { /* Elephant logo */
left: 0;
right: 0;
bottom: 0;
top: 25px;
height: 66px;
position: relative;
}
.GJDCG5CG5B { /* Sidebar buttons */
.GJDCG5CF5B { /* Sidebar buttons */
margin: 20px 0px !important;
}
.FocusClipperButton-button {
Expand All @@ -60,12 +57,9 @@ div#gwt-debug-FocusView-root { /* Main app window background */
background-color: #FFFFFF;
margin-bottom: -6px !important;
}
.GJDCG5CP3B { /* Profile background */
.GJDCG5CO3B { /* Profile background */
background-color: #F8F8F8 !important;
}
.GJDCG5CE1B { /* Note list transition background */
background-color: #FFFFFF !important;
}
div#gwt-debug-NotesHeaderView-root {
background-color: #FFFFFF !important;
}
Expand Down

0 comments on commit 8040e86

Please sign in to comment.