FSN#35094 Opfrissen icon-set font-awesome

svn path=/Website/trunk/; revision=31335
This commit is contained in:
Peter Feij
2016-11-02 19:02:07 +00:00
parent f489eb0436
commit aa69ce6702

View File

@@ -342,28 +342,27 @@ th {
padding: 0px;
}
.tabpinned img {
height:12px;
width:12px;
margin:0;
border:0;
height: 12px;
width: 12px;
margin: 0;
border: 0;
}
.tabcloseall {
color: #888;
.tabcloseall, .pincurrenttab {
color: #888; /*==iconcolor==*/
cursor: pointer;
font-weight: bold;
font-size: 2em;
font-size: 1.4em;
float: right;
line-height:31px;
line-height: 31px;
padding: 0px 5px 3px 3px;
}
.hot {
color: red;
}
.hot,
.tabclose:hover,
.tabcloseall:hover {
color: red;
}
.pincurrenttab:hover {
color: ==iconhovercolor==;
}
/* headerstyles */
#headerblok {
@@ -476,21 +475,21 @@ button#loggingon {
/* VOOR REGELS IN EEN OVERZICHT */
div.allactions {
position:absolute;
border:0px;
padding:5px 3px 9px 3px;
height:1em;
position: absolute;
border: 0;
padding: 5px 3px 9px 3px;
height: 1em;
border-radius: 4px;
z-index:10;
z-index: 10;
}
div.ias {
visibility:hidden;
padding:0px;
padding: 0;
white-space: nowrap;
cursor: default;
height:1em;
padding:5px;
height: 1em;
padding: 5px;
}
.rstable tbody tr:hover td div.ias
{
@@ -509,8 +508,9 @@ span.ia2 { /*inline action v2 */
margin: 1px;
padding: 2px 4px 2px 4px;
background-color: ==inlineactionbackgroundcolor==;
border-radius: 4px;
border-radius: 2px;
box-shadow: 1px 2px 2px #888888;
text-transform: uppercase;
}
span.ia2:hover {
@@ -572,7 +572,7 @@ div.fcltframe {
background-color: ==frameheaderbackgroundcolor==;
}
.fcltframeheader span {
padding-top: 3px;
padding-top: 2px;
}
#iframerextratitle {
@@ -592,7 +592,6 @@ div.fcltframe {
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
position:relative;
top: -1px;
margin-left: 10px;
border: 1px solid #eee;
}
@@ -1082,16 +1081,16 @@ span.button:hover {
#buttons ul li.hasIcon,
#buttons ul li.hasIcon a {
padding: 6px 8px 5px 10px;
border-left: 1px solid rgba(255,255,255,0.25);
border-radius: 2px!important;
background-color: ==iconbackgroundcolor==;
-webkit-transition: background-color 0.5s; /* Safari */
transition: background-color 0.5s;
-webkit-transition: background-color 0.4s; /* Safari */
transition: background-color 0.4s;
}
#buttons ul li.hasIcon:hover,
#buttons ul li.hasIcon a:hover {
color: ==iconhovercolor==;
xbackground-color: ==iconhoverbackgroundcolor==;
background-color: ==buttonhoverbackgroundcolor==;
}
@@ -3942,14 +3941,16 @@ body.floorscreen3d {
}
li.hasIcon i.fa, .icontxt {
color:==iconcolor==;
-webkit-transition: color 0.5s; /* Safari */
transition: color 0.5s;
-webkit-transition: color 0.4s; /* Safari */
transition: color 0.4s;
}
li.hasIcon i.fa {
color:==iconcolor==;
font-size: 1.2em;
}
.icontxt {
color:==icontextcolor==;
padding-left: 5px;
font-size: 0.9em;
text-transform: uppercase;
}