fix color links

stepan-k
Dmitriy Shesterkin 9 years ago
parent ba00247f9e
commit 55d70af5de
  1. 2
      batiskaf/templates/jinja2/base.jinja
  2. 4
      static/less/_.css
  3. 7
      static/less/_.less
  4. 2
      static/less/_.min.css

@ -17,7 +17,7 @@
<link href='/static/favicon.ico?v=3' type='image/x-icon' rel='shortcut icon'/> <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/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet"> <link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet">
<link href="/static/less/_.min.css?v=12" rel="stylesheet"> <link href="/static/less/_.min.css?v=15" rel="stylesheet">
<link href="/static/less/icons.css?v=1" rel="stylesheet"> <link href="/static/less/icons.css?v=1" rel="stylesheet">
<link href="/static/css/select2.min.css" 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" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css">

@ -966,3 +966,7 @@ ul.messages {
table .table th { table .table th {
text-align: center; text-align: center;
} }
a.btn:visited,
a.btn:link {
color: #fff !important;
}

@ -923,4 +923,11 @@ ul.messages {
table .table th { table .table th {
text-align: center; text-align: center;
}
a.btn {
&:visited,
&:link {
color: @white!important;
}
} }

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save