bugfix title submenu in menu

remotes/origin/mitri4
Dmitriy Shesterkin 9 years ago
parent c35a80c3c0
commit 41654885d3
  1. 2
      batiskaf/templates/jinja2/base.jinja
  2. 1
      static/less/_.css
  3. 2
      static/less/_.less
  4. 2
      static/less/_.min.css
  5. 2
      store/managers.py

@ -17,7 +17,7 @@
<link href='/static/favicon.ico?v=3' type='image/x-icon' rel='shortcut icon'/>
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet">
<link href="/static/less/_.min.css?v=1" rel="stylesheet">
<link href="/static/less/_.min.css?v=3" rel="stylesheet">
<link href="/static/css/select2.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css">
<link rel="stylesheet" href="/static/js/mp/dist/magnific-popup.css">

@ -497,6 +497,7 @@ body,
color: #fed000 !important;
font-weight: bold;
font-size: 12px;
white-space: nowrap;
}
.navbar .navbar-nav .open .dropdown-menu a:hover {
text-decoration: underline;

@ -247,7 +247,7 @@ body,
color: @brand-yellow !important; //lighten(@blue, 30%) !important;
font-weight: bold;
font-size: 12px;
white-space: nowrap;
}
&:hover {
text-decoration: underline;

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
Loading…
Cancel
Save