
.codrops-top {
	background: #fafafa;
	color: #2b2b2b;
	}

.codrops-top a { color: #2b2b2b; }
.codrops-top a:hover { 
	background: url('/orange/img/ui/buttons2.png') no-repeat; 
	background-size: 100% 100%;
	border: none;
	color: #fff;
	}

.fa-icon::before { color: #ff6600; }

/* PRZYCISKI */
.btn.btn-primary, .btn.btn-success {
        background: url('/orange/img/ui/buttons.png') no-repeat; 
        background-size: 100% 100%; 
        border: none; 
        color: #fff;
        }

.btn.btn-theme {
        background: url('/orange/img/ui/buttons2.png') no-repeat;
        background-size: 100% 100%;
        border: none;
        color: #fff;
        }

.btn.btn-primary:hover, .btn.btn-success:hover, .btn.btn-theme:hover {
	background: url('/orange/img/ui/buttons2.png') no-repeat;
	background-size: 100% 100%;
        border: none;
        color: #fff;
	}
	

.top-nav .active {
	background: url('/orange/img/ui/buttons2.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	border: none;
	}

/* EDITOR */
.editor-mode-active .block .block-controls { background: #cbcbcb; }

.editor-mode-active .block::before { color: #2b2b2b; }

.editor-mode-active .row:not(.ui-sortable-placeholder):before { color: #2b2b2b; }
.editor-mode-active .be-column-block:not(.ui-sortable-placeholder):after { color: #2b2b2b; }

.btn.btn-white { color: #ff6600; border-color: #fafafa; }


/* CKEDITOR */
.cke_combo__fontsize .cke_combo_text { width: 60px; }

/* TOOLTIP */
.tooltip-inner {
	background: #fafafa;
	color: #2b2b2b;
	border-color: #2b2b2b;
	}
