2,866 questions
1 vote
0 answers
67 views
QPushButton:hover not taken into account
I have read many questions/ answers on this topic but I still can't get the hover background to apply. The default background color of QPushButton is working and when the mouse Gets over the button ...
0 votes
1 answer
36 views
Best practices in highlighting a React Native FlatList which is genereated from a SearchBar
I have a working React Native Search bar which on keypress populates a FlatList view. When a Flatlist element is pressed I want to highlight just the element that is selected. Any ideas on how this ...
0 votes
1 answer
43 views
Update the css-loader v7, and imported module became undefined
I have script like this and it works well until today, import styles from '../css/basic-styles.module.css'; <div className={styles.wrapper} However, suddeenly this code shows the error on console,...
0 votes
0 answers
99 views
Nativewind did'nt take effect on Image and ImageBackground component
I am working on a react native expo project, I used Nativewind for styling, while it works on text and view, it didn't work with Image or ImageBackground component. Has anyone experience this? I am ...
1 vote
3 answers
135 views
React Native Fonts are Not Working on Styleshhet.create object
fontFamily not working. Am i must use the expo-font why? Also, when using expo, you need to specify the font name in the element, I do not want this. // react-native.config.js module.exports = { &...
0 votes
1 answer
112 views
Pyside6 .qss file causes toggle button to not resize until after clicked
I'm trying to make a toggle button that simply switches from a lock to an unlocked symbol when you click it. For my main program, I have a .qss file that applies default stylesheets to a bunch of ...
-1 votes
1 answer
223 views
@layers priority, cant understand the documentation
Have just one question In the Mozilla @layer documentation I see the next one Which means that the lower priority has the user agent styles Then - usual user styles Then - styles in @layers so if i ...
-2 votes
1 answer
95 views
Wordpress-Underscores-CSS unable to load CSS file correctly
I try to make a Website with Wordpress and use the underscores theme. I made a custom CSS file under /css/custom-css.css to style the most part of the website. If I load the CSS by the function.php, ...
1 vote
2 answers
252 views
QTableView with stylesheet - indicators overlap text in Qt6
Update: This issue is caused by a Qt bug. They solved it, for release in Qt 6.9. https://bugreports.qt.io/browse/QTBUG-129290 Original Post: We had to port code to Qt6, and one of the things that ...
0 votes
2 answers
107 views
Wordpress load stylesheet last at the bottom of the page below all other stylesheets
I have some spreadsheets that load at the bottom of the page for a couple of plugins (e.g. Ultimate Member and Open User Map). I have a child theme stylesheet, but some of the styles in the plugins ...
1 vote
0 answers
35 views
How to elevate a view in react native?
I am trying to add elevation so that I can add a effect share below but right now my code isn't adding that effect. I have even tried linear-gradient to add such effect in view but still not able to ...
0 votes
0 answers
30 views
Stylesheet file location does not work when i includes it to another php file
I create a simple book.php file in my root directory with some stylesheet what I linked with link tag. But when I try to include the book.php file into all.php file from root/new directory the ...
-1 votes
3 answers
111 views
External Css stylesheet not linked to my HTML
My External css file is not linked to my html page. I had with inside a folder with path ->app-->css-->layout.css ->index.html In my index.html file I linked it like <link rel="...
0 votes
1 answer
45 views
:before psuedo element is not working in IE 11
This is the code is not working in IE11, It's working fine in chrome and Mozilla. I am trying to add a background color on hover a div.border-green, It's failing in IE 11 .border-green{ border-...
2 votes
3 answers
3k views
change stylesheet by button click for specific element only
So, this question is based on a piece of homework that I'm currently working on. I was provided with an HTML document and two stylesheets. The HTML document is really simple: <html> <head>...