芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/public/css/customs.css
textarea:focus, input:focus, select:focus, radio:focus, { box-sizing: border-box; } .nicEdit-main:focus { outline: none; } .nicEdit-panelContain { display: block; float: left; background: linear-gradient(to bottom, #fdfdfd , #a5b5c5); } .nicEdit-main { background:#fff; display: inline-block; width:98%!important; min-height: 320px!important; font-family: Arial,"Platformian"; border: 1px solid #b2c9de; padding-left: 5px; padding-top: 5px; box-shadow: 0px 3px 6px 0px #fdfdfd; } .nicEdit-panel { display: block; float: left; width:100%; } .oe_title{ background: #e8e8e8; padding: 6px; border:1px solid #e8e8e8; font-weight: bold; } /*Setting Switch */ .switch { position: relative; display: inline-block; width: 60px; height: 30px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }