datasciencedojo
commited on
Commit
·
c70fd4b
1
Parent(s):
a8d18b4
updated button css
Browse files
app.py
CHANGED
@@ -42,6 +42,8 @@ footer {display:none !important}
|
|
42 |
.output-markdown{display:none !important}
|
43 |
button.primary {
|
44 |
z-index: 14;
|
|
|
|
|
45 |
left: 0px;
|
46 |
top: 0px;
|
47 |
cursor: pointer !important;
|
@@ -55,6 +57,8 @@ button.primary {
|
|
55 |
}
|
56 |
button.primary:hover{
|
57 |
z-index: 14;
|
|
|
|
|
58 |
left: 0px;
|
59 |
top: 0px;
|
60 |
cursor: pointer !important;
|
@@ -70,6 +74,16 @@ button.gallery-item:hover {
|
|
70 |
border-color: rgb(37 56 133) !important;
|
71 |
background-color: rgb(229,225,255) !important;
|
72 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
"""
|
74 |
|
75 |
examples = [
|
|
|
42 |
.output-markdown{display:none !important}
|
43 |
button.primary {
|
44 |
z-index: 14;
|
45 |
+
width: 113px !important;
|
46 |
+
height: 30px !important;
|
47 |
left: 0px;
|
48 |
top: 0px;
|
49 |
cursor: pointer !important;
|
|
|
57 |
}
|
58 |
button.primary:hover{
|
59 |
z-index: 14;
|
60 |
+
width: 113px !important;
|
61 |
+
height: 30px !important;
|
62 |
left: 0px;
|
63 |
top: 0px;
|
64 |
cursor: pointer !important;
|
|
|
74 |
border-color: rgb(37 56 133) !important;
|
75 |
background-color: rgb(229,225,255) !important;
|
76 |
}
|
77 |
+
|
78 |
+
button.secondary{
|
79 |
+
width: 113px !important;
|
80 |
+
height: 30px !important;
|
81 |
+
}
|
82 |
+
|
83 |
+
button.secondary:hover{
|
84 |
+
width: 113px !important;
|
85 |
+
height: 30px !important;
|
86 |
+
}
|
87 |
"""
|
88 |
|
89 |
examples = [
|