Skip to content

Commit 372cebf

Browse files
committed
fix sync button
1 parent 254d835 commit 372cebf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dark/userchrome.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,19 @@ input {
182182

183183
/*------ Sync button --------------------------------------------------------*/
184184
/* Add button background, add rounded corners */
185-
div.side-bar > div > button {
185+
div.resizableLayoutItem.rli-sideBar > div > div > div:nth-child(2) > button {
186186
background-color: #25282E !important;
187187
border-radius: 16px !important;
188188
}
189189

190190
/* Outline colour change on hover */
191-
div.side-bar > div > button:hover {
192-
border: 1px solid #3B74DF !important;
191+
div.resizableLayoutItem.rli-sideBar > div > div > div:nth-child(2) > button:hover {
192+
border: 1px solid #789FE9 !important;
193193
border-radius: 16px !important;
194194
}
195195

196196
/* Prevent button text color changing on hover */
197-
div.side-bar > div > button > span {
197+
div.resizableLayoutItem.rli-sideBar > div > div > div:nth-child(2) > button > span {
198198
color: #FFFFFF !important;
199199
}
200200
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)