Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Mint theme fix expo-workspaces-name-entry #473

Merged
merged 2 commits into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ###################################################################
* Section common with Gnome Shell
* ... contains a few cinnamon specific styles (rare occurences)

Check failure on line 3 in files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css

View workflow job for this annotation

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

occurences ==> occurrences
* ###################################################################*/
stage {
}
Expand Down Expand Up @@ -2091,10 +2091,9 @@
selected-color: black;
caret-color: rgb(128, 128, 128);
caret-size: 1px;
width: 250px;
min-width: 80px;
height: 1.5em;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.6);
text-align: center;
}

.expo-workspaces-name-entry#selected {
Expand Down
Loading