Revert previous css commit

This commit is contained in:
Maxime Beauchemin 2016-04-09 14:37:44 -07:00
parent bfd1c8711b
commit f8e5d30e2e
2 changed files with 1 additions and 4 deletions

View File

@ -157,14 +157,13 @@ img.loading {
border-color: #AAA;
opacity: 0.3;
}
ul.gridster li.widget{
.gridster li.widget{
list-style-type: none;
border-radius: 0;
margin: 5px;
border: 1px solid #ccc;
box-shadow: 2px 1px 5px -2px #aaa;
background-color: #fff;
overflow: visible;
}
.dashboard .gridster .dragging,
.dashboard .gridster .resizing {

View File

@ -359,7 +359,6 @@ def load_css_templates():
transition: background-color 0.5s ease;
background-color: #FAFAFA;
border: 1px solid #CCC;
overflow: hidden;
box-shadow: none;
border-radius: 0px;
}
@ -400,7 +399,6 @@ def load_css_templates():
transition: background-color 0.5s ease;
background-color: #EEE;
border: 2px solid #444;
overflow: hidden;
border-radius: 15px;
box-shadow: none;
}