1
vote
1answer
37 views

SharePoint 2013 theme engine issue applying selection background color.

In our SharePoint 2013 site we have custom theme aware CSS, most of which is working fine across browsers (IE8/9/10, Safari and Firefox) but in case of /* ...
0
votes
3answers
54 views

Path of “New Item + Edit” class

The class of New Item is "ms-list-addnew-imgSpan20" but can't find the location of the css file. I looked into the corev3.css but it wasn't there. Does anyone know where it is?
0
votes
3answers
407 views

Styling divs and other css styles to HTML elements in SharePoint 2013

I am following this SharePoint 2010 tutorial where the author is adding styles directly in the html mark-up of the page. When I edit the mark-up in SharePoint 2013 and click OK initially the styles ...
0
votes
0answers
84 views

Custom areas using color palette

I'm working on SharePoint 2013 and I have a problem with color palettes. I know how to create new palette, how to change colors and how to assign it to a site. This is easy as it should be. I have my ...
5
votes
2answers
487 views

CssRegistration with $SPUrl doesn't work

I'm using SharePoint 2013 and I have created master page file (as .html) and converted it to .master file. As I have read, I should only modify html file, because all changes will be also registered ...
2
votes
0answers
166 views

Chrome font rendering issues

Basically, the issue lies with Chrome, as it will not render ttf fonts properly using antialiasing. A popular fix is to order the @font-face directive so that the svg-font is first. Only Chrome will ...
1
vote
5answers
387 views

How do I Inherit the CSS Theme Color in my Sharepoint 2013 App?

I am building a Sharepoint 2013 App in Javascript / HTML / CSS and I want to implement / inherit the color / class / css used by the theme. How do I do this? I want to ensure consistency through ...