📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
egitim.demodesign.com.tr
/
themes
/
assets
/
scss
/
common
/
mixins
📝
_tooltips.scss
← Geri Dön
// Tooltip color variations @mixin tooltip-variant($color) { .tooltip-inner { background: theme-color($color); color: $white; } &.bs-tooltip-top { .arrow::before { border-top-color: theme-color($color); } } &.bs-tooltip-right { .arrow::before { border-right-color: theme-color($color); } } &.bs-tooltip-bottom { .arrow::before { border-bottom-color: theme-color($color); } } &.bs-tooltip-left { .arrow::before { border-left-color: theme-color($color); } } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula