You are here

mlpanels_panels_renderer_editor.css in Multilingual Panels 7

#modal-content ul.mlpanels_lnd_list li {
  display: inline;
}

.mlpanels_lnd_list a.current {
  background: #EEEEEE;
  padding: 1px 5px;
  font-weight: bold;
}

.mlpanels_lnd_list a.empty {
  text-decoration: line-through ;
}

File

mlpanels_panels_renderer_editor.css
View source
  1. #modal-content ul.mlpanels_lnd_list li {
  2. display: inline;
  3. }
  4. .mlpanels_lnd_list a.current {
  5. background: #EEEEEE;
  6. padding: 1px 5px;
  7. font-weight: bold;
  8. }
  9. .mlpanels_lnd_list a.empty {
  10. text-decoration: line-through ;
  11. }