Changeset - d55455f5aefd
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 23:35:45
dominikruf@gmail.com
less: remove dead styling of #content content

- there is no table .selected
- there is no .ui-selectmenu or .ui-selectmenu-focus
2 files changed with 0 insertions and 20 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1193,16 +1193,6 @@ nav.navbar #quick .select2-container .se
 
#content div.panel div.form div.form-group > div {
 
  margin: 0 0 10px 200px;
 
}
 
#content div.panel div.form div.form-group > div a:hover,
 
#content div.panel div.form div.form-group > div a.ui-selectmenu:hover,
 
#content div.panel div.action a:hover {
 
  color: #000;
 
  text-decoration: none;
 
}
 
#content div.panel div.form div.form-group > div a.ui-selectmenu-focus,
 
#content div.panel div.action a.ui-selectmenu-focus {
 
  border: 1px solid #666;
 
}
 
div.form div.form-group div.button input,
 
#content div.panel div.form div.buttons input,
 
div.form div.buttons input,
kallithea/public/less/style.less
Show inline comments
 
@@ -880,16 +880,6 @@ div#legend_choices {
 
#content div.panel div.form div.form-group > div {
 
  margin: 0 0 10px 200px;
 
}
 
#content div.panel div.form div.form-group > div a:hover,
 
#content div.panel div.form div.form-group > div a.ui-selectmenu:hover,
 
#content div.panel div.action a:hover {
 
  color: #000;
 
  text-decoration: none;
 
}
 
#content div.panel div.form div.form-group > div a.ui-selectmenu-focus,
 
#content div.panel div.action a.ui-selectmenu-focus {
 
  border: 1px solid #666;
 
}
 
div.form div.form-group div.button input,
 
#content div.panel div.form div.buttons input,
 
div.form div.buttons input,
0 comments (0 inline, 0 general)