Commit 17830c8e12df4e40b923736457e8c40373e9c354

Authored by Edmar Moretti
1 parent e32238c5

#269

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
admin/html/admin.css
... ... @@ -103,10 +103,13 @@ input
103 103 color:black;text-align: left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;
104 104 }
105 105 .fieldsetRaiz
106   -{background-color:rgb(252,210,186);}
  106 +{
  107 + background-color:rgb(252,210,186);
  108 + border: 1px solid gray;
  109 +}
107 110 fieldset
108 111 {
109 112 text-align:left;
110 113 padding: 10px;
111   - border: 1px groove threedface
  114 + border: 1px solid gray
112 115 }
113 116 \ No newline at end of file
... ...