Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
59 views

I am working on a small project and it is my first time using matplotlib, and I am struggling with how to make my bar graph look better with more inputs. The whole idea of the program is to read text ...
AP_'s user avatar
  • 35
2 votes
1 answer
71 views

I am wondering if you could automatically create a list in the following format: A. I. 1. a) aa) (1) (a) (aa) etc. etc. Could anyone help me accomplish this? I am asking for my Anki-template I ...
Laura Sophie's user avatar
0 votes
0 answers
59 views

I have an issue with the lightning-accordion-section styling where it overlaps with the action buttons: screenshot here Here is my code: <lightning-accordion allow-multiple-sections-open> &...
Lili Stoyanova's user avatar
1 vote
0 answers
49 views

Is there an easier way to change the text color of the items in a Picker on Android other than implementing your own AlertDialog or custom MAUI picker? I'm talking about the picker and no other ...
testing's user avatar
  • 20.3k
1 vote
1 answer
48 views

I'm trying to move this view, which is currently at the top and blue, down. I've tried everything I can think of, but it hasn't moved and remains at the top.enter image description here As you can see ...
amir's user avatar
  • 11
-2 votes
2 answers
103 views

I'm introducing a responsive navbar to my site so the menu turns into a hamburger style menu that only appears when the screen size is less that 600 pixels wide. I have the icon (embedded from font ...
Steven L's user avatar
1 vote
0 answers
75 views

I'm using react-apexcharts to create a bar chart, and I want to customize the appearance of a selected bar when clicked. designer want this. I know that setting the states.active.filter to none ...
hongsoohyuk's user avatar
1 vote
0 answers
118 views

I want to use one of the system colors in XAML. It used to be possible to do this: <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors....
Mike Nakis's user avatar
2 votes
3 answers
132 views

Im developing an app and testing on iOS, Windows and Android. Windows is fine, Android too, but the iOS simulator is throwing up some strange behaviour in terms of button sizing? Malformed I suppose? ...
Reno Nowhere's user avatar
1 vote
1 answer
368 views

I managed to override properties of a button class using styles: <Style Selector="Button.icononly"> <Setter Property="Background" Value="Yellow"/> </...
Frederik Steinmetz's user avatar
0 votes
1 answer
67 views

I just want to place this image to the top of the screen with ImageBackground component of React-Native, using this background image resizeMode='contain' (NOT cover) since the image is fit to ...
Reacting's user avatar
  • 139
0 votes
1 answer
74 views

To remove striping on Datatables you add: stripeClasses:[] But I have the following styling added to change background cell color depending on the value of the cell: var table = $('#...
Rockets24's user avatar
0 votes
0 answers
99 views

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
1 vote
1 answer
1k views

In Mermaid, we can define a class such as EnumMap to be an object in our Class Diagram. class EnumMap { } We can style that object by using style command. style EnumMap color : SeaGreen Furthermore, ...
Basil Bourque's user avatar
-1 votes
1 answer
43 views

Hello I have a button that is stickied to the bottom left but taking up whole space for some reason. Commenting display: flex and flex-direction: column in .todo-list does not allow the plus button to ...
Amadeus's user avatar
  • 440
0 votes
1 answer
1k views

I'm working on an Angular 18 project, and I need to set a background image for my application. However, I'm not sure how to properly reference and display the image in the app. I've tried a few ...
Vaibhav Singh's user avatar
1 vote
1 answer
101 views

I am trying to change the color of the background of the MUI date time picker's popper for desktop and mobile : I want to change the black / grey background to lightgreen I have tried to use 'popper', ...
Alicia's user avatar
  • 11
1 vote
2 answers
2k views

I'm new to React Native and using Expo to build a mobile app. I'm trying to create a design with an inner background shadow effect that makes it appear curved, similar to how I'd achieve it on the web ...
Najeem Fasil's user avatar
0 votes
2 answers
946 views

I am struggling to figure out how to apply custom styling to elements of the FluentUI Accordion. As an example, I'd like to change the background color of the accordion "heading" element. ...
Mitch's user avatar
  • 3
1 vote
1 answer
88 views

I'm creating a library of customized MUI components that will be reused by more than one app. I want the library of components to reflect the theme that is applied to the App consuming the library. ...
antjo's user avatar
  • 11
0 votes
1 answer
153 views

I am working on documents that can be many pages long with many different formatting variables. Most of the work is done in deeply nested OL tags and tables. Some of the ol tags use classes to split ...
Blossomswilt's user avatar
0 votes
2 answers
130 views

I need to implement different styles for one type of element in my project's page. But I am not able to have more than one fully functional styling. In this example I have my PartPage.razor with its ...
user0's user avatar
  • 11
0 votes
1 answer
152 views

That is what it currently looks like, I want the steps to be evenly spaced. Using flexbox seems not to apply changes for some reason. Documentation & AI hasn't helped either. Theme file in ...
Boby Gandhi's user avatar
2 votes
1 answer
92 views

I have this component. When code is commented, ItemRenderer (MudPaper) takes 100% width of parent (MudDropZone). But when I uncomment code and add showing description on hover, it stops to fill 100% ...
Jakub Łuka's user avatar
-3 votes
1 answer
69 views

I want to style a web page like thisWhat I Would Like To Do All I could think of is z-indexing, absolute and relative positioning. So this is what I did: I first tried doing a table but the background ...
RUMBIDZAI MUKUNGUNUGWA's user avatar
2 votes
2 answers
144 views

So to breakdown what I am trying to achieve: I want all the cards inside of a container to be blurred besides the very first card, until you actually hover on the next card in the container to which ...
Callum Luxford's user avatar
0 votes
1 answer
42 views

The timer label doesn't show up after I checked the countdown, here's the HTML structure and the CSS: details { display: flex; /* Use flexbox layout */ flex-direction: column; /* Stack ...
Dzadafa's user avatar
  • 25
0 votes
3 answers
107 views

I want to put the comment's text underneath the user image like this layout: What should I do to get the required output like the image? the comment's text should start underneath the user image , my ...
nabil1997's user avatar
0 votes
1 answer
46 views

I understand what my issue is, I am just not entirely sure how to remedy it. My desired look is the first picture, it looks this way with a 375 x 667 screen size. When changing to any other resolution ...
Cadhig's user avatar
  • 25
-1 votes
3 answers
83 views

const hamburgerMenuBtn = document.getElementById("hamburger-menu-button"); hamburgerMenuBtn.addEventListener("click", function() { hamburgerPopupToggle() }); function hamburgerPopupToggle() { ...
francheez's user avatar
0 votes
1 answer
177 views

When loading my tkinter, the background of the DateEntry box remains white. I have attempted all kinds of styling but still no luck. # Create a custom style for DateEntry style = ttk.Style(root) ...
Harrison Cox's user avatar
1 vote
1 answer
196 views

I am using WindowChrome within my WPF application so that I can customise the look of the caption bar. However, I am noticing some issues. Performance of the application seems to be reduced. When ...
jessejbweld's user avatar
0 votes
1 answer
40 views

I am trying to add tabs to an app. The tabs get smaller the more I add, how the tab text is just hidden instead of showing ellipses. Can anyone help? enter image description here enter image ...
Ruthvik Konduru's user avatar
0 votes
2 answers
402 views

I have the following XAML file which intentionally references an invalid StaticResource style for the label: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns=&...
Victor Chelaru's user avatar
0 votes
1 answer
471 views

When you prepare a dataframe for display the order usually is: Manipulate and select data (rows and columns) Apply styles using the .style feature Display But often tables columns have programming ...
Morten H Pedersen's user avatar
0 votes
3 answers
90 views

I am currently working on project #6 of the Odin Project and having some minor problems. I am trying to get my project as close to https://cdn.statically.io/gh/TheOdinProject/curriculum/...
El0din Ruh's user avatar
0 votes
1 answer
387 views

I want to be able to hide certain rows/columns from my styled Dataframe post-styling. This is how my dataframe/style object currently looks, and is produced by the below code data = { 'site': ['...
Daniel Thomas's user avatar
-1 votes
1 answer
34 views

I have a weird case of a deeply nested navigation items, that each level(goes up to 3) need to be displayed into equal boxes next to each other, as if they were not nested visually. The structure ...
Sidius's user avatar
  • 414
0 votes
1 answer
30 views

I want to sidenavigation to have margin al around but when i do this the sidebar goes out of the screen at the bottom. import React from "react"; import { MdOutlineDateRange } from "...
Max Benschop's user avatar
0 votes
1 answer
50 views

I've been trying to create a cool "bubble" effect on a website of my, but I cannot get the styling to change in a foreach loop. There are no errors in the console, so I'm not sure what I ...
SuperSIlly2's user avatar
0 votes
3 answers
112 views

When using tailwind (example, setting height as per documentation here - DOCS), we have predefined values as such h-40 height: 10rem; /* 160px */ h-44 height: 11rem; /* 176px */ but the in ...
Sanath's user avatar
  • 4,912
0 votes
0 answers
80 views

I have a WPF application where I obtain styling from an external project. The entire project works, but I keep encountering an error in the line of code: Source="{x:Static local:StyleManager....
coala's user avatar
  • 25
2 votes
0 answers
288 views

I am trying to change the color of the two thumbed Multislider but to not avail. It is stuck at the default color of blue. I have tried backgroundColor = '#008080',the desired color, but nothing ...
Danny Brown's user avatar
0 votes
2 answers
461 views

I want to change the background color of the navbar that was created using PrimeReact. But I do not know where do I put the CSS styling. I try many time but none of them work. I only want to change ...
Zignore's user avatar
0 votes
2 answers
40 views

If you shorten the width of the window or check on mobile, there is a horizontal scroll, breaking the layout. Live Link I believe most probably navigation is causing this, but no clue how. Tried ...
Pradeep Singh's user avatar
0 votes
1 answer
570 views

My button does not change color. Here s my code: import React from 'react'; import { View, Text, StyleSheet, TouchableOpacity } from 'react-native'; const MyButton = () => { const [isPressed, ...
Anastasios3's user avatar
0 votes
2 answers
78 views

I am build a simple div on that i want px-5 for mobile screen and px-20 for larger screen but only px-5 is working px-20 not working on large screen why? Code Output Image <div class="bg-...
hussain ashraf's user avatar
0 votes
1 answer
583 views

I'm working on a project in Rider and whenever I open any file, it contains document comments. By default, these comments are expanded, but I prefer to have them collapsed automatically when I open a ...
NiroEnvy's user avatar
0 votes
1 answer
375 views

The anchor tag is shown as a button with a transparent background and white borders. I am using the .class for styling. The backdrop property works in the Firefox browser but not in Chrome, I've also ...
Khalil_Ahmed's user avatar
0 votes
1 answer
30 views

I need to create a section like this: Here's what I have already tried: .container { display: flex; justify-content: space-between; } .content { display: flex; flex-direction: column; ...
user16432's user avatar

1
2 3 4 5
54