Skip to content
Code-Schnipsel Gruppen Projekte
Commit a2dde31b erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

font awesome buttons

Übergeordneter 5753c97c
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -11,40 +11,41 @@
overflow: hidden;
}
/*.cke_dialog_contents .qui-button {*/
/*background: none repeat scroll 0 0 #EDEDED;*/
/*border: medium none;*/
/*border-radius: 3px;*/
/*box-shadow: 0 0 2px #999999;*/
/*color: #606060;*/
/*cursor: pointer;*/
/*float: left;*/
/*line-height: 30px;*/
/*margin: 0 5px;*/
/*padding: 0 10px;*/
/*position: relative;*/
/*transition: all 0.2s ease 0s;*/
/*}*/
/* ckeditor overwrites font awesome */
.cke_dialog_contents .qui-button {
background: none repeat scroll 0 0 #EDEDED;
border: medium none;
border-radius: 3px;
box-shadow: 0 0 2px #999999;
color: #606060;
cursor: pointer;
float: left;
line-height: 30px;
margin: 0 5px;
padding: 0 10px;
position: relative;
transition: all 0.2s ease 0s;
}
/*.cke_dialog_contents .qui-button-active,*/
/*.cke_dialog_contents .qui-button:active,*/
/*.cke_dialog_contents .qui-button:hover {*/
/*background: #0069B4;*/
/*color: #FFFFFF;*/
.cke_dialog_contents .qui-button-active,
.cke_dialog_contents .qui-button:active,
.cke_dialog_contents .qui-button:hover {
background: #0069B4;
color: #FFFFFF;
/*box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*}*/
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
/*.cke_dialog_contents .qui-button:hover span {*/
/*color: #FFFFFF;*/
/*}*/
.cke_dialog_contents .qui-button:hover span {
color: #FFFFFF;
}
/*.cke_dialog_contents [class^="icon-"],*/
/*.cke_dialog_contents [class*=" icon-"] {*/
/*font-family: FontAwesome;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*text-decoration: inherit;*/
/*}*/
.cke_dialog_contents [class^="icon-"],
.cke_dialog_contents [class*=" icon-"] {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren