Search
 
SCRIPT & CODE EXAMPLE
 

CSS

progress bar bootstrap border

.progress-bar{
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    -webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
	  box-shadow: none !important;
}

.progress{
    border-radius: 40px !important;
    background-color: white !important;
    
    /* Changes below */
    -webkit-box-shadow: inset 0 0 0 2px #337AB7 !important;
	  -moz-box-shadow: inset 0 0 0 2px #337AB7 !important;
	  box-shadow: inset 0 0 0 2px #337AB7 !important;
    border: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to add pictures in circle html 
Css :: what is the best way to center a div 
Css :: ease in out css 
Css :: ckeditor push text in front of cursor 
Css :: CSS Modules cannot be imported from within node_modules. 
Css :: add color on image using css 
Css :: double color background css 
Css :: grid template 
Css :: css outline style 
Css :: increase space between dashed border css 
Css :: subtract height css 
Css :: how to put a circle in input 
Css :: how to style rule to apply the Border Box model css 
Css :: css witdh 
Css :: css active 
Css :: text slide animation css 
Css :: css change the accordion arrow color 
Css :: To set HTML attribute and css styles in html helper control in mvc 
Css :: css multiple selectors 
Css :: how to get 2 words one left aligh and right align in css 
Css :: summation in jupyter markdown 
Css :: css break text no whitespace 
Css :: how to make a text in center with background color in css 
Css :: media quries 
Css :: html and css websites 
Css :: css flex container 
Css :: circle as a pseudo element 
Css :: check browser on css 
Css :: set custom cursor 
Css :: delete a process in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =