Skip to main content
0 votes
0 answers
30 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 ...
Timothée Soriano's user avatar
0 votes
1 answer
21 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 ...
MattJ's user avatar
  • 131
0 votes
0 answers
10 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,...
whitebear's user avatar
  • 12.4k
0 votes
0 answers
24 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 ...
Rasyidi Alwee's user avatar
0 votes
0 answers
28 views

Navbar disappears after page refresh in Angular 17, with warnings about missing CSS files

I'm working with Angular 17, and I have a navbar in my UI that appears correctly after logging in. However, after refreshing the page, the navbar disappears. Additionally, I’m encountering the ...
user28412143's user avatar
1 vote
3 answers
51 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 = { &...
Mahmut Serdar İset's user avatar
0 votes
1 answer
38 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 ...
user23346328's user avatar
0 votes
1 answer
80 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 ...
Bookamba's user avatar
-1 votes
1 answer
61 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 funciton.php ...
stelifant's user avatar
1 vote
2 answers
159 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 ...
Thalia's user avatar
  • 14.6k
0 votes
2 answers
78 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 ...
gwmbox's user avatar
  • 167
1 vote
0 answers
25 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 ...
Harsh Mishra's user avatar
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 ...
hasanofficial27's user avatar
0 votes
0 answers
18 views

Style rules seem to not be applying to React components other than App.js

I am trying to setup a simple event list app. Using the default environment created using npx create-react-app, I setup my App.js to be a component that holds a <table> and its <thead>, ...
mickle0629's user avatar
-1 votes
3 answers
102 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="...
Subha Maharjan's user avatar

15 30 50 per page
1
2 3 4 5
192