Changeset - f56a7b14b221
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 22:02:56
dominikruf@gmail.com
less: use default datatable header (without) background color

This has a better, cleaner look.
2 files changed with 0 insertions and 12 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -157,18 +157,12 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
 
#content div.panel table th {
 
  background: #eee;
 
  border-bottom: 1px solid #ddd;
 
  padding: 5px 0px 5px 5px;
 
  text-align: left;
 
}
 
#content div.panel table td.compact {
 
  padding-left: 0;
 
  padding-right: 0;
 
}
 
#content div.panel table tr.selected td {
 
  background: #FFC;
kallithea/public/less/style.less
Show inline comments
 
@@ -165,18 +165,12 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
 
#content div.panel table th {
 
  background: #eee;
 
  border-bottom: 1px solid #ddd;
 
  padding: 5px 0px 5px 5px;
 
  text-align: left;
 
}
 
#content div.panel table td.compact {
 
  padding-left: 0;
 
  padding-right: 0;
 
}
 
#content div.panel table tr.selected td {
 
  background: #FFC;
0 comments (0 inline, 0 general)