8,900 questions
0
votes
0
answers
24
views
Rowspan with rows set to display:none
I have a table in which I hide or show rows by setting or removing "display:none" style with javascript depending on the preferences of the user.
This table also uses rowspan. The rows have ...
0
votes
0
answers
15
views
small minimize/maximize buttons with DevStyle
Before installing Dev Style, when I opened multiple tabs in the editor, the size of the Minimize and Maximize buttons was small, as shown in the picture one .
After installing the Dev Style plugin, ...
-2
votes
0
answers
26
views
Why does my normal style on my locked template sometimes place a bullet point next to each normal style verbiage? [closed]
I created a locked template on microsoft word. When it is in a shared drive sometimes the "normal" style updates to contain a bullet point. It seems to only be when the template is being ...
0
votes
0
answers
36
views
mobile menu items are not clickable
Lately we applied a new style to our website
the mobile menu items are not clickable neither main menu items nor the sub menu items .
here is the website link
https://www.creative-academy.net
if you ...
-1
votes
1
answer
42
views
How to Style a Tooltip DIV to Match the Desired Design?
I am trying to style a tooltip <div> to match the design in this image:
However, my current implementation looks like this:
Here is my current code:
.tooltip-container {
@apply absolute ...
1
vote
1
answer
28
views
Custom AppBar and Toolbar styles not applying in MaterialComponents Theme
I am trying to create a global custom style for the AppBar and Toolbar in my Android application using MaterialComponents. I want the styles to apply globally across all activities. However, the ...
0
votes
0
answers
33
views
WPF - Cannot override ScrollViewer scroll bars style
Looking at this doc
https://learn.microsoft.com/en-us/dotnet/desktop/wpf/controls/scrollbar-styles-and-templates?view=netframeworkdesktop-4.8
I copied the whole style to my style sheet and I set all ...
0
votes
0
answers
26
views
Django admin - using dja have a style problem
i have an issue in the style admin of Django, when i enter on the web admin it show this:
it show a broken style, with black lines
I have this in my user_settings.py
STATIC_URL = 'static/'
...
1
vote
1
answer
51
views
how to change only few properties of elevated button from its theme setting?
This is the theme setting for elevated button..Its working fine to all elevated button...
but only at one screen i dont want elevated button's border...so how to code it...i dont want to change ...
0
votes
0
answers
32
views
Applying style variable with TailwindCSS in Svelte 5
I am having confusion while applying style variable with TailwindCSS in Svelte 5.
This works:
<script lang="ts">
interface Props {
rows: number;
columns: number;
...
0
votes
0
answers
30
views
Unable to scroll when using Flutter web as an iframe
I am having an issue where I have a web app served to customers as an iframe solution.
I am having trouble scrolling on mobile browsers and the closest solution is removing touch-action: none from the ...
0
votes
1
answer
86
views
Color gradient as style on marker
I'm trying to add a bottom-to-top color gradient to my markers, but it's not working as I expected. I also don't quite agree with the radius * 3 but I didn't find another solution to let the circle ...
0
votes
1
answer
50
views
How to configure next.js project with tailwindcss when module.css structure is already being used
I am trying to configure tailwindcss in my next.js 14 project. I was already using module.css files but, now I want to move to tailwindcss. I do not want to convert my old components to tailwind for ...
0
votes
0
answers
20
views
Is there a more stable way than -webkit-tap-highlight-color?
Hide the blue highlight that appears on elements when tapped on touch devices or mobile devices, it is true that -webkit-tap-highlight-color works, but unfortunately according to MDN:
Non-standard: ...
0
votes
0
answers
19
views
Flex row not working in React Native after reading all post here
I don't know what is wrong with my code, but always shows the < Text > under the < TouchableOpacity >. I tried to change everything in the code without results, nor about others similar ...