Current Path :
/
home
/
develito
/
httpdocs
/
plugins
/
system
/
popup_anywhere
/
css
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/httpdocs/plugins/system/popup_anywhere/css/rounded.css
@CHARSET "UTF-8"; /*light box window formating */ #sbox-window{ /* border */ padding:0 !important; border:5px solid #444; background-color:#444; } #sbox-window, #sbox-content{ /* rounded corner */ -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; border-radius: 15px !important; }