/*
 ************************************************************
 * --- Created Jan 8 2008 --- By Barbie Foster              *
 * Barbiegirl  http://userstyles.org/users/13023            *
 * TITLE: Bookmark/History-Change Highlight of item Clicked *
 * http://userstyles.org/styles/13610                       *
 ************************************************************
*/

/*AUG 19 2012: RE-INSERTED THIS STYLE*/
/*FEB 23 2013: CODE CHANGE TO PREVENT ERRORS*/
/*SEPT 22 2014: CODE CHANGE TO PREVENT ERRORS*/


/*
INSTRUCTIONS:
To add border:
Change either/both instances of the word "transparent" to a color in the line: 
border: 1px solid transparent !important;
*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@ BOOKMARKS SIDEBAR @@*/


/* HIGHLIGHT COLOR of item when you CLICK OUTSIDE of the Bookmarks sidebar window
 OR when you CLICK AND LET GO (it depends on what firefox version you have) */

#bookmarksPanel treechildren:-moz-tree-row(selected) 
{
  background-color: LightSteelBlue !important;
color: black !important;
border: 1px solid transparent !important;
}

/**************************************************************************/

/* BELOW is highlight COLOR of item you Click ON when inside bookmarks sidebar window */
/* STANDARD DEFAULT BLUE is #30A3E2  */
/*#bookmarksPanel  treechildren:-moz-tree-row(focus) */
/*#bookmarksPanel  treechildren:-moz-tree-row(selected focus)*/ 
#bookmarksPanel  treechildren:-moz-tree-row(selected)
{ background: LightSteelBlue  !important;  }


/*DO NOT CHANGE THE ORDER OF THIS SECTION*/
/* COLOR OF TEXT AFTER you click AND LET GO on item in bookmarks */ 
#bookmarksPanel treechildren:-moz-tree-cell-text(selected)
{color: black !important;
-moz-appearance: none !important;}
/* COLOR OF TEXT when you click on item in bookmarks */ 
/*#bookmarksPanel treechildren:-moz-tree-cell-text(focus)*/
/*#bookmarksPanel treechildren:-moz-tree-cell-text(selected focus)*/
#bookmarksPanel treechildren:-moz-tree-cell-text(selected)
{color: black !important;
-moz-appearance: none !important;}



 #bookmarksPanel treechildren:-moz-tree-cell-text(hover) 
{text-decoration:none!important;} 

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@ HISTORY SIDEBAR @@*/


/* highlight COLOR of item when you CLICK OUTSIDE of the History sidebar window
 OR when you CLICK AND LET GO (it depends on what firefox version you have) */

 #historyTree treechildren:-moz-tree-row(selected)
{
  background-color: LightSteelBlue !important;
color: black !important;
border: 1px solid transparent !important;
}

/***********************************************/

/* BELOW is highlight COLOR of item you Click ON when inside History sidebar window */


/* STANDARD DEFAULT BLUE is #30A3E2  */

/*#history-panel  treechildren:-moz-tree-row(focus)*/
/*#history-panel  treechildren:-moz-tree-row(selected focus)*/
#history-panel  treechildren:-moz-tree-row(selected) 
{ background: LightSteelBlue  !important;  }

/********************************************************************/

/*DO NOT CHANGE THE ORDER OF THIS SECTION*/
/*TEXT COLOR AFTER YOU CLICK ITEM AND LET GO OF CLICK - IN HISTORY*/
#history-panel treechildren:-moz-tree-cell-text(selected) 
{
color: black !important;
font-weight: normal !important;
/* font-size: 12px !important; */}
/*TEXT COLOR WHEN YOU CLICK ON ITEM -IN HISTORY*/
/*#history-panel treechildren:-moz-tree-cell-text(focus)*/
/*#history-panel treechildren:-moz-tree-cell-text(selected focus)*/ 
#history-panel treechildren:-moz-tree-cell-text(selected)
{color: black !important;
font-weight: normal !important;
/* font-size: 12px !important; */}




 #historyTree treechildren:-moz-tree-cell-text(hover)
 {text-decoration:none!important;} 

/********************************************************************/

/*END*/

