Hi to all
...I'm using a dark style for my board
I would need to change welcome panel background color
researched on all css in that style but no luck
it is
.canvas-layout-container .canvas-widget {
background: #f8f8f8 none repeat scroll 0 0; (to change in #000000 )
border: 1px solid #ccd1d5;
border-radius: 3px;
box-sizing: border-box;
float: left;
height: auto;
margin: 0 0 16px;
min-height: 24px;
padding: 15px;
position: relative;
width: 100%;
this appear using firebug on firefox ...but cant find the file to edit !!
any suggest ?
Thank You !!!
|