-
|
so i was trying out this dock , and i really like it . |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
|
Regarding the missing icon and the app not launching: This happens because the About the configuration complexity: I don’t have time to properly document the project yet. For now, it’s assumed that users who want to customize the appearance have some knowledge of CSS. |
Beta Was this translation helpful? Give feedback.
-
|
so here's an updated version ( still nothing , i forgot to tell you that i have tried transparent before , but my eyes failed me for the window thing, so forgive me on that on haha) as you can see no white there in the button background for example, the border-radius works only for #window and not the app (I'm not sure why,but as long as i remove all the background i doesn't really matter but i may need the buttons to be rounded in the future I'm not sure yet) as you can saw from the first code it was 70 on border-radius i tried that on #app and didn't work. |
Beta Was this translation helpful? Give feedback.
-
window {
background-color: transparent;
}
#app {
background-color: rgba(0, 0, 0, 0);
border-radius: 0px;
padding: 0px;
}
button {
background-color: rgba(55, 55, 55, 0.426);
padding: 10px;
border-radius: 5px;
border: none;
} |
Beta Was this translation helpful? Give feedback.
-
|
Copied your files, works fine for me. Try using the command |
Beta Was this translation helpful? Give feedback.







#1 (comment)