elementary / portals

https://elementary.io
GNU General Public License v3.0
23 stars 6 forks source link

Screenshot: design experiment #108

Open danirabbit opened 3 months ago

danirabbit commented 3 months ago

Screenshot from 2024-08-09 10 05 29

More of a fun design experiment than a serious proposal at this point

Todo:

Need more comprehensive flat spinbutton style but here's the CSS from the screenshot:

spinbutton,
spinbutton button {
background: none;
border: none;
box-shadow: none;
padding: 0;
border-spacing: 3px;
}

spinbutton button {
    background: alpha(@text_color, 0.1);
    border-radius: 3px;
    padding: 3px;
}

spinbutton button:disabled {
    background: alpha(@text_color, 0.05);
}
leolost2605 commented 3 months ago

Hey just an idea that crossed my mind haven't given it any consideration though yet but what about moving the screen, window and area buttons to the right and making them actual buttons that take the screenshot, instead of having an extra button for that?