File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ div.jupyter_container div.cell_output div.output {
25
25
26
26
.thebelab-button {
27
27
margin : .5rem 0 .5rem .5rem ;
28
+ padding : 0 .5rem ;
29
+ min-width : 2rem ;
30
+ }
31
+
32
+ .thebelab-button : active {
33
+ color : # 0f0fff ;
28
34
}
29
35
30
36
.thebelab-busy {
@@ -33,17 +39,22 @@ div.jupyter_container div.cell_output div.output {
33
39
34
40
# thebelab-activate-button {
35
41
position : fixed;
36
- right : -6.5rem ;
37
- top : calc (50% - 1.5em );
38
- border-radius : 1em ;
42
+ right : -5rem ;
43
+ top : calc (50% - 1.5rem );
44
+ width : 6rem ;
45
+ border-radius : 1rem ;
39
46
transition-property : right;
40
47
transition-duration : 300ms ;
41
48
transition-timing-function : ease-out;
42
49
z-index : 100 ;
43
50
}
44
51
45
52
# thebelab-activate-button : hover {
46
- right : 5px ;
53
+ right : .5rem ;
54
+ }
55
+
56
+ # thebelab-activate-button : active {
57
+ color : # 0f0fff ;
47
58
}
48
59
49
60
body [data-theme = "dark" ] {
@@ -57,11 +68,18 @@ body[data-theme="dark"] {
57
68
background-color : # 383838 ;
58
69
}
59
70
71
+ .thebelab-button : active {
72
+ color : # 368ce2 ;
73
+ }
74
+
60
75
# thebelab-activate-button {
61
- color : # d0d0d0 ;
62
76
background-color : # 383838 ;
63
77
}
64
78
79
+ # thebelab-activate-button : active {
80
+ color : # 368ce2 ;
81
+ }
82
+
65
83
.thebelab-cell .jp-OutputArea-output {
66
84
color : white;
67
85
background-color : black;
You can’t perform that action at this time.
0 commit comments