/* toolbar.css */ /* Main toolbar wrapper */ .elfinder .elfinder-toolbar { /* */ } /* Buttonset wrapper */ .elfinder .elfinder-toolbar .elfinder-buttonset { /* */ } /* Buttonset wrapper for search field */ .elfinder .elfinder-button-search .elfinder-button-menu { background: #fff !important; } /* Buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button { border: 1px solid transparent; webkit-transition: background 0.3s, border 0.3s; /* Safari */ transition: background 0.3s, border 0.3s; } /* Hovered buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button:hover { background: #cce8ff; border: 1px solid #99d1ff; } /* Hovered buttons in search field */ .elfinder .elfinder-button-search .elfinder-button-menu .ui-button:hover { background: #cce8ff; border: 0px solid #99d1ff; } /* Disabled buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button.ui-state-disabled { /* */ } /* Buttonset separator */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator { /* */ } /* Button icons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon { /* */ } /* Searchbar */ .elfinder-toolbar .elfinder-button-search { /* */ border: 1px solid #ccc; margin-right: 5px; border-radius: 0; } /* Searchbar icons (search and close) */ .elfinder-toolbar .elfinder-button-search .ui-icon { /* */ } .elfinder-toolbar .elfinder-button-search .ui-icon-search { /* */ background-image: url('../images/16px/search.png'); } .elfinder-toolbar .elfinder-button-search .ui-icon-close { /* */ } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-trash, .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-reload, .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-fullscreen { width: 16px; height: 16px; display: inline-block; background: url(../../../img/toolbar.png) no-repeat; background-position-x: 0%; background-position-y: 0%; } /* Commands */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon { background-color: transparent; background-position: center center; height: 16px; width: 16px; } /* Root */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-home { background-image: url('../images/16px/root.png'); } /* Preference */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-preference { background-image: url('../images/16px/preference.png'); } /* Hide */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-hide { background-image: url('../images/16px/hide.png'); } /* Chmod */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-chmod { background-image: url('../images/16px/chmod.png'); } /* Back */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-back { background-image: url('../images/16px/back.png'); } /* Forward */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-forward { background-image: url('../images/16px/forward.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-netmount { background-image: url('../images/16px/netmount.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-up { background-image: url('../images/16px/up.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-mkdir { background-image: url('../images/16px/directory.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-mkfile { background-image: url('../images/16px/file.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-upload { background-image: url('../images/16px/upload.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-open { background-image: url('../images/16px/open.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-download { background-image: url('../images/16px/download.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-getfile { background-image: url('../images/16px/getfile.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-info { background-image: url('../images/16px/info.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-quicklook { background-image: url('../images/16px/preview.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-copy { background-image: url('../images/16px/copy.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-cut { background-image: url('../images/16px/cut.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-paste { background-image: url('../images/16px/paste.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-view { background-image: url('../images/16px/view.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-view-list { background-image: url('../images/16px/view-list.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-help { background-image: url('../images/16px/help.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-duplicate { background-image: url('../images/16px/duplicate.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-rm { background-image: url('../images/16px/rm.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-edit { background-image: url('../images/16px/edit.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-rename { background-image: url('../images/16px/rename.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-archive { background-image: url('../images/16px/archive.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-resize { background-image: url('../images/16px/resize.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-extract { background-image: url('../images/16px/extract.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-sort { background-image: url('../images/16px/sort.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-undo { background-image: url('../images/16px/undo.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-redo { background-image: url('../images/16px/redo.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectall { background-image: url('../images/16px/select_all.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectnone { background-image: url('../images/16px/deselect_all.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectinvert { background-image: url('../images/16px/invert_selection.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-empty { background-image: url('../images/16px/clear_folder.png'); } /* Fullscreen */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-fullscreen { background-position: 0 -784px; } /* Reload */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-reload { background-position: 0 -160px; } /* Trash */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-trash { background-position: 0 -224px; } /* Menus (e.g. for sorting) */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu { /* */ } /* Menu items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item { /* */ } /* Selected items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected { /* */ } /* Hovered items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item.ui-state-hover { /* */ } /* Menu item sorting ascending icon */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected.elfinder-menu-item-sort-asc .elfinder-menu-item-sort-dir { /* */ } /* Menu item sorting descending icon */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected.elfinder-menu-item-sort-desc .elfinder-menu-item-sort-dir { /* */ } Post – Page 2 – MILOSLAB
  • Home
  • Stud
  • About us
  • Contact us
Search
Menu
Post

Уникальный_шанс_ощутить_драйв_и_скачать_оли

Posted by author-avatar admin
June 24, 2026
0
Уникальный шанс ощутить драйв и скачать олимп казино для ярких побед сегодняЗагадки Древнего Египта в Legacy of DeadОсобенности бонусно...
Continue reading
Post

Profesjonalne_recenzje_i_szczegółowe_informacje_o_kasynie_online_Vulkan_Vegas

Posted by author-avatar admin
June 24, 2026
0
Profesjonalne recenzje i szczegółowe informacje o kasynie online Vulkan Vegas dla polskich użytkownikówSzeroki Wybór Gier w Vulkan Vega...
Continue reading
Post

Stratégie_audacieuse_et_penaltyshootout_psychologique_dans_le_football_moderne

Posted by author-avatar admin
June 24, 2026
0
Stratégie audacieuse et penaltyshootout psychologique dans le football moderne de haut niveauLa préparation technique et l'analyse...
Continue reading
Post

Vibrant_challenges_await_players_in_the_chicken_road_game_testing_reflexes_and_s

Posted by author-avatar admin
June 24, 2026
0
Vibrant challenges await players in the chicken road game, testing reflexes and strategic timingNavigating the Perilous Path: Core Game...
Continue reading
Post

Интригующий_азарт_и_выигрыши_с_олимп_казино

Posted by author-avatar admin
June 24, 2026
0
Интригующий азарт и выигрыши с олимп казино для каждого любителя острых ощущенийМир сладких побед: Обзор слота Sugar RushОсобенности иг...
Continue reading
Post

Forvandl hverdagen til en fest Oplev Verde casino’s forrygende udvalg af spil, generøse tilbud og en

Posted by author-avatar admin
June 23, 2026
0
Forvandl hverdagen til en fest: Oplev Verde casino’s forrygende udvalg af spil, generøse tilbud og enestående spænding.Velkomstbonusser...
Continue reading
Post

Каскадный_выигрыш_и_казино_олимп_погружени

Posted by author-avatar admin
June 23, 2026
0
Каскадный выигрыш и казино олимп – погружение в карамельный мир Sweet Bonanza с огромным потенциалом выплатОсобенности игрового процесс...
Continue reading
Post

Перспективные_стратегии_выигрыша_и_щедрые

Posted by author-avatar admin
June 22, 2026
0
Перспективные стратегии выигрыша и щедрые бонусы на olimp casino официальный сайт для опытных геймеровОсобенности игрового процесса и м...
Continue reading
Post

Настоящий_азарт_с_olimp_casino_скачать_и_проверен

Posted by author-avatar admin
June 22, 2026
0
Настоящий азарт с olimp casino скачать и проверенные стратегии для выигрышных комбинаций в онлайн-казиноМеханика слота и особенности ге...
Continue reading
Post

Atenția_sporită_și_reflexele_rapide_sunt_esențiale_în_chicken_road_un_joc_p

Posted by author-avatar admin
June 21, 2026
0
Atenția sporită și reflexele rapide sunt esențiale în chicken road, un joc palpitant cu obstacole mereu noiStrategii pentru a Depăși Șo...
Continue reading
  • 1
  • 2
  • 3
  • Menu
  • Categories
  • Instagram profile
  • New Collection
  • Woman Dress
  • Contact Us
  • Latest News
  • Purchase Theme
  • Home
  • Shop
  • About us
  • Contact us
  • Compare
Shop