PHP Classes

File: assets/TaskProgressBar.css

Recommend this page to a friend!
  Classes of kiran   Task Progress Bar Plugin   assets/TaskProgressBar.css   Download  
File: assets/TaskProgressBar.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task Progress Bar Plugin
Show the progress bar of sub-tasks for Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 553 bytes
 

Contents

Class file image Download
/* * TaskProgressBar - Plugin for Kanboard * Licensed under the MIT license - TaskProgressBar/LICENSE * https://github.com/kenlog/TaskProgressBar * Copyright (c) 2021 Valentino Pesce - https://github.com/kenlog */ .container-task-progress-bar { background-color: #8282822e; margin-top: 5px; margin-bottom: 5px; border-radius: 5px; } .task-progress-bar { height: 20px; padding-right: 3px; background: #f1f1f1; border-radius: 5px; } .task-progress-bar span { color: #333 !important; opacity: 1 !important; }