We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6041f1d commit e20fe3cCopy full SHA for e20fe3c
1 file changed
v3/css/pytutor.css
@@ -711,13 +711,13 @@ div.ExecutionVisualizer .highlight-legend {
711
712
/* resizing sliders from David Pritchard */
713
.ui-resizable-e {
714
- background-color: #cccccc;
+ background-color: #dddddd;
715
width: 1px;
716
border: 3px solid white;
717
}
718
719
.ui-resizable-e:hover {
720
- border-color: #cccccc;
+ border-color: #dddddd;
721
722
723
0 commit comments