Drop Area Dash Drop Area Dash
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Drop Area Dash

Started by thenota2, December 25, 2017, 04:38:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thenota2

ill never understand all of coppermine, php, i just need a few changes. i appreciate your help. i have a new theme. id like to change this dash. and ive attached my new theme, even tho it doesnt look like its theme related to me

ron4mac

Somewhere in your theme .css file, style the #dropArea:

#dropArea {
   border: 2px solid green;  /*or whatever*/
}

thenota2

thanks i didnt realize i could just add it