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

Fix broken update notification CSS after a TweetDeck update

This commit is contained in:
chylex 2017-11-10 14:52:32 +01:00
parent 3481cc0349
commit 40b53fa40c

View File

@ -46,25 +46,25 @@
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
} }
.tdu-title { #tweetduck-update .tdu-title {
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
margin: 8px 0 2px; margin: 8px 0 2px;
cursor: default; cursor: default;
} }
.tdu-info { #tweetduck-update .tdu-info {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
margin: 3px 0; margin: 3px 0;
} }
.tdu-showlog { #tweetduck-update .tdu-showlog {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }
.tdu-buttons button { #tweetduck-update .tdu-buttons button {
display: block; display: block;
margin: 7px auto 0; margin: 7px auto 0;
padding: 4px 10px; padding: 4px 10px;
@ -81,12 +81,12 @@
transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease;
} }
.tdu-buttons button:hover { #tweetduck-update .tdu-buttons button:hover {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
box-shadow: 1px 1px 1px rgba(17, 17, 17, 0.75), 0 -2px 0 rgba(17, 17, 17, 0.33) inset !important; box-shadow: 1px 1px 1px rgba(17, 17, 17, 0.75), 0 -2px 0 rgba(17, 17, 17, 0.33) inset !important;
} }
.tdu-buttons button.tdu-btn-ignore, .tdu-buttons button.tdu-btn-later { #tweetduck-update .tdu-buttons button.tdu-btn-ignore, .tdu-buttons button.tdu-btn-later {
background-color: #607a8e; background-color: #607a8e;
color: #dfdfdf; color: #dfdfdf;
} }