Skip to content

Commit

Permalink
FIX: Code Scanning: CSS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 4, 2023
1 parent cbaac95 commit 0d2a6cb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ bell - adapted from https://github.com/p0lym0rphik/Greenwing/issues/38#issue-803
ring - adapted from https://codepen.io/Mrshcom/pen/kNmBGm
*/
.web-notification-icon {
/*animation: bell 1s 5s both infinite;*/
/* animation: bell 1s 5s both infinite; */
-webkit-animation: ring 4s .7s ease-in-out infinite;
-webkit-transform-origin: 50% 4px;
-moz-animation: ring 4s .7s ease-in-out infinite;
Expand Down Expand Up @@ -287,10 +287,10 @@ ring - adapted from https://codepen.io/Mrshcom/pen/kNmBGm
}

/* This will hide column names above board/swimlanes */
/*[class^="board-swimlane-columns-"]{display: none;}*/
/* [class^="board-swimlane-columns-"]{display: none;} */

/* This will hide all column titles on swimlanes except for the first one */
/*tr[class*='board-swimlane-columns']:not(:first-child) {display: none;}*/
/* tr[class*='board-swimlane-columns']:not(:first-child) {display: none;} */

.board-swimlane-columns-0 {
display: table-row;
Expand Down Expand Up @@ -361,8 +361,14 @@ header h1 a {
}

/* ## FOR KANBOARD 1.2.5 ###################################### */
header .board-selector-container {max-width: 25%}
.js-select-dropdown-autocomplete-rendered {max-width: 100%}
header .board-selector-container {
max-width: 25%;
}

.js-select-dropdown-autocomplete-rendered {
max-width: 100%;
}

/* ############################################################ */

.page-header {
Expand Down Expand Up @@ -549,10 +555,8 @@ div.task-board-recent {
border-width: 1px !important;
border-left-width: 4px !important;
background-color: white !important;
background: #FFFFFF;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(186, 186, 186, .5);
border-left-width: 4px !important;
border-right: none;
border-top: 1px solid #ECECEC !important;
border-bottom: none;
Expand Down

0 comments on commit 0d2a6cb

Please sign in to comment.