Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
css:board [2022/02/03 17:51] – avillepreux | css:board [2023/02/14 15:44] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
<CSS> | <CSS> | ||
+ | |||
+ | /* Trello-like board page. Each included sub page will be treated as a Trello column */ | ||
.level1 { /* board */ | .level1 { /* board */ | ||
Ligne 15: | Ligne 17: | ||
.level1 { | .level1 { | ||
--scrollbar-width: | --scrollbar-width: | ||
- | --scrollbar-color: | + | --scrollbar-color: |
--scrollbar-background-color: | --scrollbar-background-color: | ||
} | } | ||
Ligne 103: | Ligne 105: | ||
var page = id.replace(" | var page = id.replace(" | ||
- | jQuery(this).append('< | + | jQuery(this).append('< |
}); | }); |