Skip to main content

Questions tagged [styling]

styling is the process of binding visual metadata to a document

0 votes
1 answer
36 views

Change header names after applying styles in Pandas data frame

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
2 answers
49 views

How do I set my flex correctly on this sign up page

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
-1 votes
0 answers
16 views

Antd ReactNative Form component background colour [closed]

I'm using Form component in Antd ReactNative V 5.2.0-rc.1. https://rn.mobile.ant.design/components/form/ Is there any way to make Form component background colour transparent?
kamprasad's user avatar
  • 636
0 votes
1 answer
22 views

Can't get the pandas style.hide() method to work properly

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
0 votes
0 answers
10 views

Rechart XAxis labels backgournd color

Having this recharts ResponsiveContainer <ResponsiveContainer width="90%" height={400}> <BarChart data={data} barSize={100}> <CartesianGrid strokeDasharray=&...
Taoufiq Jmari's user avatar
-1 votes
1 answer
23 views

Nested navigation items that need to be displayed on desktop next to each other equally sized

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
17 views

Margin pushing sidebar out of the screen

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
27 views

Svelte/TS applying styles through a foreach loop doesn't modify the styling

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
1 vote
2 answers
36 views

tailwind using in-between classes

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,866
0 votes
0 answers
20 views

Change ngx-datatable checkbox color to use my custom bootstrap primary variable

I am using angular 17, bootstrap 5 and swimlane's ngx-datatable. The ngx-datatable checkbox is defaulting to bootstrap original primary color. I cannot see where to override this color with a class or ...
Michelle Diamond's user avatar
0 votes
0 answers
67 views

WPF, external styling An error occurred while finding the resource dictionary ""

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
1 vote
0 answers
44 views

Unable to style the track for @ptomasroos/react-native-multi-slider

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
1 answer
46 views

Change styling navbar from PrimeReact

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
0 answers
50 views

Wix.com: Keep footer on bottom of page with insufficient content

The footer on my wix page is sometimes displayed in the center of the page since my dynamic page often lacks enough data to fill the entire page. I tried using the freeze option on the footer but this ...
anonieme_beer's user avatar
0 votes
0 answers
20 views

styling tabs in flowbite-react

function Tab() { return ( <> <Tabs aria-label="Default tabs" style="default"> <Tabs.Item active title="Profils" icon={HiUserCircle}...
Gayathri Devi P's user avatar

15 30 50 per page
1
2 3 4 5
178