includes/clientside/css/enano-shared.css
changeset 537 547b7ba6d535
parent 526 b2fb50d572c7
child 541 acb7e23b6ffa
equal deleted inserted replaced
536:218a627eb53e 537:547b7ba6d535
   792   margin: 0 3px;
   792   margin: 0 3px;
   793 }
   793 }
   794 
   794 
   795 .abutton:hover {
   795 .abutton:hover {
   796   color: #f0f0f0 !important;
   796   color: #f0f0f0 !important;
   797 }
   797   background-color: #606060;
   798 
   798 }
   799 .abutton_green       { color: #00aa00 !important; }
   799 
   800 .abutton_green:hover { background-color: #00aa00; }
   800 .abutton_green       { color:            #008800 !important; }
   801 .abutton_blue        { color: #0000aa !important; }
   801 .abutton_green:hover { background-color: #008800 !important; }
   802 .abutton_blue:hover  { background-color: #0000aa; }
   802 .abutton_blue        { color:            #000088 !important; }
   803 .abutton_red         { color: #aa0000 !important; }
   803 .abutton_blue:hover  { background-color: #000088 !important; }
   804 .abutton_red:hover   { background-color: #aa0000; }
   804 .abutton_red         { color:            #880000 !important; }
   805 
   805 .abutton_red:hover   { background-color: #880000 !important; }
       
   806