Git Product home page Git Product logo

aljawaid / kanboardcss Goto Github PK

View Code? Open in Web Editor NEW
54.0 5.0 19.0 4.81 MB

This pure CSS theme replaces the look and feel of the Kanboard user interface. For modern browsers using gradients and shades of blue and red, KanboardCSS refreshes the the user experience. A new animated notification icon easily identifies new messages without affecting browser performance.

License: MIT License

PHP 11.06% CSS 88.94%
kanboard kanboard-plugin kanban css theme user-interface user-experience plugin

kanboardcss's Introduction

Hi there, this is aljawaid 👋

Profile View Counter

GitHub Streak

My Skill Set:

HTML  CSS  JavaScript  PHP  Markdown  MySQL    Ubuntu 

🔥 My Stats:

My Repository's Stats 
My Repository's Stats

kanboardcss's People

Contributors

aljawaid avatar auge8472 avatar creecros avatar dependabot[bot] avatar schittli avatar thomastjdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kanboardcss's Issues

Subtasks not part of the analytics reports

Hello:

I would like to know if there is a plugin or update available that helps to have a more granular report for analytics, specially having the subtasks will be a great help.

Regards,
Isabel

collapsed column

Hey,
first of all, I like the style of this plugin :)

Unfortunately a hidden column seems a bit glitchy and is hard to reopen again.
In addition the number shows only the number of cards in the first swimlane. It might be hidden if only the first swimlane has a header line.

image

Installing KanboardCSS does not look right

I've installed my first Kanboard today, and after getting that up and running I installed KanboardCSS and ColorManager, but I am pretty sure the results are not intended, the Task list looks all kinds of strange, as you can see below.

image

This is what it looks like without KanboardCSS enabled

image

There are issues on other pages as well, with red bars above and below headers.

As mentioned, this is a completely fresh install of the latest versions of Kanboard, KanboardCSS and ColorManager.

Hyperlinks in descriptions not always distinguishable from regular text

Hyperlinks embedded in descriptions are not always distinguishable from regular text. The foreground color is black and no background color is defined.

The CSS selector is too restrictive, e.g. it ignores hyperlinks that are not the first element inside a list item.

KanboardCSS/kanboardcss.css

Lines 452 to 457 in 359502b

.markdown > ul > li > a {
color: white;
background-color: grey;
padding: 2px 4px;
border-radius: 3px;
}

I'm using the following snippet for unordered and ordered lists as workaround:

.markdown ul li a, .markdown ol li a {
    color: white;
    background-color: grey;
    padding: 2px 4px;
    border-radius: 3px;
}

.markdown ul li a code {
    color: white;
}

I have added the code section because I'm sometimes embedding <code> segments in hyperlinks.

Before

before

After

after

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.