1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-24 06:15:48 +02:00

Hide the old TweetDeck column Clear button when clear-columns plugin is enabled

This commit is contained in:
chylex 2016-09-25 15:35:15 +02:00
parent c46aafdab6
commit fa64309909

View File

@ -104,7 +104,7 @@ enabled(){
css.insert(".column-type-message .column-title { margin-right: 115px !important; }");
css.insert(".mark-all-read-link { right: 59px !important; }");
css.insert(".open-compose-dm-link { right: 90px !important; }");
css.insert(".btn-options-tray button[data-action='clear'] { display: none !important; }");
css.insert("button[data-action='clear'].btn-options-tray { display: none !important; }");
}
ready(){