Skip to content

Commit

Permalink
fix(CSS): Fix toolbar location
Browse files Browse the repository at this point in the history
and bring prompt-width closer to jupyter notebook
  • Loading branch information
lgeiger authored and rgbkrk committed Feb 7, 2017
1 parent 96c84c5 commit bea8965
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions static/styles/theme-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
--cm-hint-bg: var(--main-bg-color);
--cm-hint-bg-active: #ABD1FF;

--prompt-width: 112px;
--prompt-width: 83px;
}

.input {
Expand Down Expand Up @@ -84,11 +84,6 @@
margin-bottom: -1px;
}

.cell-toolbar-mask {
top: -23px;
right: 1px;
}

.cell-toolbar {
box-shadow: 0 1px 0.5px 0 rgba(0,0,0,.10);
border-radius: 3px;
Expand Down Expand Up @@ -147,10 +142,10 @@
div::-webkit-scrollbar, ul::-webkit-scrollbar {
width: 11px;
height: 11px;
}
}
div::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
}
div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
background-color: rgba(199,199,199, .4)
}
Expand Down

0 comments on commit bea8965

Please sign in to comment.