Spaces:
Sleeping
Sleeping
Commit
·
0f03dc6
1
Parent(s):
8a64d7a
make styles important
Browse files
utils.py
CHANGED
@@ -114,7 +114,7 @@ css = """
|
|
114 |
}
|
115 |
|
116 |
.icon-button-wrapper button[title="Clear"] {
|
117 |
-
display: none;
|
118 |
}
|
119 |
|
120 |
.image-preview .icon-button-wrapper {
|
|
|
114 |
}
|
115 |
|
116 |
.icon-button-wrapper button[title="Clear"] {
|
117 |
+
display: none !important;
|
118 |
}
|
119 |
|
120 |
.image-preview .icon-button-wrapper {
|