Commit 0dcfd13e9dddaa0a04041c806fd7f7bdfcbc2f37

Authored by AntonioTerceiro
1 parent 87796506

ActionItem93: playing with colors



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@923 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
public/stylesheets/common.css
@@ -104,7 +104,6 @@ div.file-manager-button { @@ -104,7 +104,6 @@ div.file-manager-button {
104 float: left; 104 float: left;
105 width: 140px; 105 width: 140px;
106 text-align: center; 106 text-align: center;
107 - border: 1px solid #ccc;  
108 margin-right: 0.5em; 107 margin-right: 0.5em;
109 margin-top: 0.5em; 108 margin-top: 0.5em;
110 } 109 }
@@ -113,11 +112,14 @@ div.file-manager-button a img { @@ -113,11 +112,14 @@ div.file-manager-button a img {
113 border: none; 112 border: none;
114 } 113 }
115 div.file-manager-button a { 114 div.file-manager-button a {
  115 + border: 1px solid #e0e0e0;
116 display: block; 116 display: block;
117 padding: 3px; 117 padding: 3px;
118 height: 80px; 118 height: 80px;
119 overflow: hidden; 119 overflow: hidden;
120 } 120 }
121 div.file-manager-button a:hover { 121 div.file-manager-button a:hover {
122 - background: #ffc; 122 + border: 1px solid #006;
  123 + background: #acf;
  124 + color: #006;
123 } 125 }