includes/clientside/css/enano-shared.css
changeset 526 b2fb50d572c7
parent 523 9d239396be42
child 537 547b7ba6d535
equal deleted inserted replaced
525:3f2dfdb99be4 526:b2fb50d572c7
   781 div.miniprompt div.mp-buttons {
   781 div.miniprompt div.mp-buttons {
   782   text-align: right;
   782   text-align: right;
   783   position: relative;
   783   position: relative;
   784   top: 10px;
   784   top: 10px;
   785 }
   785 }
       
   786 
       
   787 /* pseudo-buttons made with <a> tags */
       
   788 .abutton {
       
   789   padding: 3px 5px;
       
   790   background-color: #f0f0f0;
       
   791   cursor: pointer;
       
   792   margin: 0 3px;
       
   793 }
       
   794 
       
   795 .abutton:hover {
       
   796   color: #f0f0f0 !important;
       
   797 }
       
   798 
       
   799 .abutton_green       { color: #00aa00 !important; }
       
   800 .abutton_green:hover { background-color: #00aa00; }
       
   801 .abutton_blue        { color: #0000aa !important; }
       
   802 .abutton_blue:hover  { background-color: #0000aa; }
       
   803 .abutton_red         { color: #aa0000 !important; }
       
   804 .abutton_red:hover   { background-color: #aa0000; }
       
   805