250 lines
6.0 KiB
SCSS
250 lines
6.0 KiB
SCSS
.item a { color: $LinksColor !important; }
|
|
.item a:hover { color: $HoverColor !important; }
|
|
// webpart Hallitustiedotteet
|
|
.ms-heroCommandLink {
|
|
color: $MainColor !important;
|
|
}
|
|
|
|
.ms-heroCommandLink:hover {
|
|
color: $HoverColor !important;
|
|
}
|
|
|
|
.condo .ms-vb > span > a {
|
|
color: $MainColor !important;
|
|
}
|
|
|
|
.condo .ms-vb > span > a:hover {
|
|
color: $HoverColor !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.ms-headerCellStyleHover,
|
|
.ms-vh-selectAllIcon:hover,
|
|
.ms-itmHoverEnabled:hover > *,
|
|
.ms-headerCellStyleMenuOpen,
|
|
.ms-headerCellStylePressed {
|
|
background-color: rgba($HoverColor, 0.5 )!important;
|
|
}
|
|
|
|
.s4-itm-selected .ms-list-itemLink-td, .s4-itm-selected:hover .ms-list-itemLink-td {
|
|
background-color: $HoverColor !important;
|
|
}
|
|
|
|
.s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell {
|
|
border-right-color: rgba( $HoverColor, 0.5 );
|
|
}
|
|
|
|
.s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell {
|
|
background-color: $HoverColor !important;
|
|
}
|
|
|
|
.s4-itm-selected > *, .s4-itm-selected:hover > * {
|
|
background-color: rgba( $HoverColor, 0.5 );
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
// webpart Työkalut
|
|
#toolsData a,
|
|
#toolsData a:visited {
|
|
color: $LinksColor !important;
|
|
}
|
|
#toolsData a:hover
|
|
{color: $HoverColor !important;}
|
|
#toolsData a:before {
|
|
border-color: transparent $LinksColor !important;
|
|
}
|
|
|
|
// listviewtable
|
|
.ms-listviewtable a:hover,
|
|
.condo .ms-listviewtable a:hover {
|
|
color: $MainColor !important;
|
|
}
|
|
|
|
// webpart Isännöitsijältä hallituksille
|
|
.dvTitle {
|
|
color: $WebpartHeaderPmc !important;
|
|
}
|
|
|
|
.dvTitle:hover {
|
|
color: $HoverColor !important;
|
|
}
|
|
|
|
.dvFooter a {
|
|
background-color: $ArkistoBgPmc !important;
|
|
color:$ArkistoTextPmc !important;
|
|
}
|
|
|
|
.dvFooter a:hover {
|
|
background-color: $ArkistoBgHoverPmc !important;
|
|
color:$ArkistoTextHoverPmc !important;
|
|
}
|
|
|
|
.condo .dvFooter a {
|
|
background-color: $ArkistoBgCondo !important;
|
|
color:$ArkistoTextCondo !important;
|
|
}
|
|
|
|
.condo .dvFooter a:hover {
|
|
background-color: $ArkistoBgHoverCondo !important;
|
|
color:$ArkistoTextHoverCondo !important;
|
|
}
|
|
|
|
// webpart Toimiston sisäiset
|
|
#intraOfficeData .title {
|
|
color: $WebpartHeaderPmc !important;
|
|
}
|
|
|
|
#intraOfficeData .title:hover {
|
|
color: $HoverColor !important;
|
|
}
|
|
|
|
// webpart condoArchiveLink footer
|
|
.condoArchiveLink {
|
|
background-color: $ArkistoBgPmc !important;
|
|
color:$ArkistoTextPmc !important;
|
|
}
|
|
|
|
.condoArchiveLink:hover {
|
|
background-color: $ArkistoBgHoverPmc !important;
|
|
color:$ArkistoTextHoverPmc !important;
|
|
}
|
|
.condoArchiveLink a{
|
|
color:$ArkistoTextPmc !important;
|
|
}
|
|
|
|
.condoArchiveLink a:hover {
|
|
|
|
color:$ArkistoTextHoverPmc !important;
|
|
}
|
|
.condo .condoArchiveLink {
|
|
background-color: $ArkistoBgCondo !important;
|
|
}
|
|
.condo .condoArchiveLink a{color:$ArkistoTextCondo !important;}
|
|
|
|
.condo .condoArchiveLink:hover {
|
|
background-color: $ArkistoBgHoverCondo !important;
|
|
}
|
|
.condo .condoArchiveLink a:hover{
|
|
color:$ArkistoTextHoverCondo !important;
|
|
}
|
|
|
|
#oppaat a,
|
|
#oppaat a:focus,
|
|
#oppaat a:visited {
|
|
color: $MainColor !important;
|
|
}
|
|
|
|
#oppaat a:hover {
|
|
color: $HoverColor !important;
|
|
}
|
|
|
|
|
|
/*CONTEXT MENU*/
|
|
.ms-core-menu-item:hover,
|
|
.ms-core-menu-itemSelected
|
|
{
|
|
background-color:rgba( $HoverColor, 0.5 );
|
|
}
|
|
|
|
.customform .send,
|
|
input[type=button],
|
|
input[type=reset],
|
|
input[type=submit],
|
|
button {
|
|
border: none !important;
|
|
color: $white !important;
|
|
background: url($button-gradient) repeat-x !important;
|
|
/*background-size: cover !important;*/
|
|
}
|
|
|
|
input[type=button]:hover,
|
|
input[type=reset]:hover,
|
|
input[type=submit]:hover,
|
|
button:hover {
|
|
border: none !important;
|
|
color: $white !important;
|
|
background: $HoverColor !important;
|
|
background-size: cover !important;
|
|
}
|
|
|
|
#itemViewPrevNext{
|
|
background-color: $MainColor !important;
|
|
color: $white !important;
|
|
}
|
|
.ms-comm-forumContainer .ms-accentText.ms-textXLarge{
|
|
color: $MainColor !important;
|
|
}
|
|
.ms-comm-forumContainer ul li[id^="root-likesElement-"] {
|
|
background-color: $MainColor !important;
|
|
}
|
|
.ms-comm-forumContainer #discussionBackButton {
|
|
color: $MainColor !important;
|
|
background: url('./images/arrow_left_big.png') no-repeat 0px 10px !important;
|
|
}
|
|
div[id$="-Footer-ReplyContainer"] .ms-comm-postReplyButtonContainer{
|
|
background-color: $MainColor !important;
|
|
}
|
|
.ms-comm-forumContainer .ms-comm-postSubjectColumn > a > span {
|
|
color: $MainColor !important;
|
|
}
|
|
.ms-comm-forumContainer .ms-comm-postSubjectColumn > a > span:hover ,
|
|
.ms-comm-forumContainer .ms-comm-postSubjectColumn.webpartview > a > span:hover{
|
|
color: $HoverColor !important;
|
|
}
|
|
.ms-announcementtitle a:link,
|
|
.ms-announcementtitle a:visited,
|
|
.ms-announcementtitle a:hover {
|
|
color: $MainColor !important;
|
|
}
|
|
.ms-announcementtitle a:hover {
|
|
color: $HoverColor !important;
|
|
}
|
|
body.condo table.ms-summarystandardbody td.ms-vb nobr {
|
|
color: $MainColor !important;
|
|
}
|
|
.ms-vb2 a,.ms-vb a {
|
|
color: $black !important;
|
|
}
|
|
/*.ms-dlgTitle h1{
|
|
background: url("./images/register_box_title.png") no-repeat left center !important;
|
|
color: $MainColor !important;
|
|
}*/
|
|
|
|
.ms-pivotControl-surfacedOpt:hover,
|
|
.ms-pivotControl-overflowDot:hover,
|
|
.ms-pivotControl-surfacedOpt-selected {
|
|
color: $LinksColor !important;
|
|
}
|
|
|
|
/* calendar */
|
|
|
|
.ms-acal-selected { background-color: $MainColor !important; border-color: $LinksColor !important; }
|
|
|
|
.ms-picker-footer a { color: $LinksColor !important; }
|
|
.ms-picker-footer a:hover { text-decoration: none; color: $HoverColor !important; }
|
|
|
|
.ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected {
|
|
border-color: $HoverColor !important;
|
|
}
|
|
|
|
tr td div.ms-acal-today {
|
|
color: $LinksColor;
|
|
border-top: $LinksColor;
|
|
}
|
|
|
|
.ms-acal-week-top td.ms-acal-hover div, .ms-acal-summary-dayrow td.ms-acal-hover div, .ms-acal-summary-dayrow th.ms-acal-hover {
|
|
border-color: $LinksColor !important;
|
|
}
|
|
ul.dfwp-list li:before{
|
|
content: "";
|
|
border-color: transparent $LinksColor !important;
|
|
border-style: solid;
|
|
border-width: 0.35em 0 0.35em 0.45em;
|
|
display: block;
|
|
height: 0;
|
|
width: 0;
|
|
left: -1em;
|
|
top: 0.9em;
|
|
position: relative;
|
|
|
|
} |