Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Remove Green Border (http://www.mysidiaadoptables.com/forum/showthread.php?t=5267)

Silver_Brick 11-13-2016 09:45 AM

Remove Green Border
 
Code:

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* common styling */
.ddmenu {font-family: arial, sans-serif; width:100%; color: #73562e; position:relative; left: 0px; font-size:15px; z-index:100;}
.ddmenu ul li a, .ddmenu ul li a:visited {display:block; text-decoration:none; color:73562e; width:236px; height:40px; text-align:center; border:7px solid #86ea72; background:#cba774; line-height:40px; font-size:15px; overflow:hidden;}
.ddmenu ul {padding:0; margin:0; list-style: none;}
.ddmenu ul li {float:left; position:relative;}
.ddmenu ul li ul {display: none;}

/* specific to non IE browsers */
.ddmenu ul li:hover a {line-height: 40px; height: 40px; left:15px; color:#73562e; background:#cba774;}
.ddmenu ul li:hover ul {line-height: 25px; height:25; display:block; ; position:absolute; top:47px; left:7; width:220px;}
.ddmenu ul li:hover ul li a.hide {line-height: 25px; height: 25; background:#ffd79d1; color:#73562e;}
.ddmenu ul li:hover ul li:hover a.hide {line-height: 25px; height: 25; background:#ffd79d; color:#73562e;}
.ddmenu ul li:hover ul li ul {line-height: 25px; height: 25; border: none; display: none;}
.ddmenu ul li:hover ul li a {line-height: 25px; height: 25; border: none; display:block; background:#e5bc81; color:#73562e;}
.ddmenu ul li:hover ul li a:hover {line-height: 25px; height: 25; border: 0; background:#ffd79d; color:#73562e;}
.ddmenu ul li:hover ul li:hover ul {line-height: 25px; height: 25; border: 0; display:block; position:absolute; left:182px; top:0;}
.ddmenu ul li:hover ul li:hover ul.left {line-height: 25px; height: 25; border: 0; left:-182px;}

I want to remove that green border from my main menu

Dinocanid 11-13-2016 11:14 AM

Remove:
Code:

border:7px solid #86ea72;


All times are GMT -5. The time now is 03:21 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.