We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6628207 commit 3fa404bCopy full SHA for 3fa404b
assets/css/global.css
@@ -96,8 +96,3 @@ input[type="search"]::-ms-clear {
96
code{
97
font-size:0.9em;
98
}
99
-
100
-/* cookie setting button */
101
-#ot-sdk-btn{
102
- border:none;
103
-}
assets/css/utilities.css
@@ -303,3 +303,11 @@
303
content: "|";
304
@apply text-gray-400 mx-1;
305
306
+
307
+.ot-sdk-show-settings {
308
+ @apply !text-gray-600 dark:!text-gray-400 hover:!text-gray-800 dark:hover:!text-gray-200;
309
+ @apply !text-sm !border-none !p-0 !m-0 !truncate !min-w-15;
310
+}
311
+#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
312
+ @apply hover:!bg-transparent !text-gray-600 dark:!text-gray-400 underline underline-offset-4 decoration-1;
313
0 commit comments