diff options
Diffstat (limited to 'module/web/static/css/default')
| -rw-r--r-- | module/web/static/css/default/dashboard.less | 40 | ||||
| -rw-r--r-- | module/web/static/css/default/style.less | 4 | 
2 files changed, 4 insertions, 40 deletions
| diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index e7e6117da..fd0ebf61e 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -4,46 +4,6 @@      Dashboard
  */
 -.nav > li > a:hover {
 -  color: @blue;
 -}
 -
 -#dash-nav {
 -  border-bottom: 1px dashed @grey;
 -  padding-bottom: 2px;
 -  margin-bottom: 5px;
 -}
 -
 -#dash-nav > li > a {
 -  margin-top: 5px;
 -}
 -
 -#dash-nav .breadcrumb {
 -  margin: 0;
 -  padding-top: 10px;
 -  padding-bottom: 0;
 -
 -  .active {
 -    color: @grey;
 -  }
 -
 -}
 -
 -#dash-nav form {
 -  margin-top: 8px;
 -  margin-bottom: 0;
 -}
 -
 -#dash-nav input, #dash-nav button {
 -  padding-top: 2px;
 -  padding-bottom: 2px;
 -}
 -
 -#dash-nav .dropdown-menu i {
 -  margin-top: 4px;
 -  padding-right: 5px;
 -}
 -
  #dashboard ul {
    margin: 0;
    list-style: none;
 diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index ad84804e5..16eaea6b6 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -297,6 +297,10 @@ header .logo {     Actionbar
  */
 +.nav > li > a:hover {
 +  color: @blue;
 +}
 +
  #actionbar-container:before {
    display: block;
    content: " ";
 | 
