Dash-to-Dock: How to remove these black stripes?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I maximize the window, these black bars appear, how to remove them? or How reset dash config?
Ubuntu 18.10, I did edit it's with Dash-to-Dock extension.
gnome-shell window ubuntu-dock gnome-shell-extension dock
add a comment |
When I maximize the window, these black bars appear, how to remove them? or How reset dash config?
Ubuntu 18.10, I did edit it's with Dash-to-Dock extension.
gnome-shell window ubuntu-dock gnome-shell-extension dock
add a comment |
When I maximize the window, these black bars appear, how to remove them? or How reset dash config?
Ubuntu 18.10, I did edit it's with Dash-to-Dock extension.
gnome-shell window ubuntu-dock gnome-shell-extension dock
When I maximize the window, these black bars appear, how to remove them? or How reset dash config?
Ubuntu 18.10, I did edit it's with Dash-to-Dock extension.
gnome-shell window ubuntu-dock gnome-shell-extension dock
gnome-shell window ubuntu-dock gnome-shell-extension dock
edited Apr 13 at 16:49
Pablo Bianchi
3,13521836
3,13521836
asked Apr 13 at 11:59
nosferatu-idnosferatu-id
1357
1357
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Incase if you dont want to Use "built-in theme" option from Dash-to-Dock Settings and want to get rid of the additional length colour on both sides of dock..
take the backup of the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
and edit the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
like below at line number 118
#dashtodockContainer.opaque { background-color: transparent;
}
#dashtodockContainer.transparent { background-color: transparent;
}
to show the difference I have used cyan and blue colors in above content.
add a comment |
All is fixed when i switch "Use built-in theme" in "Dash to Dock" in Appearance tab
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133517%2fdash-to-dock-how-to-remove-these-black-stripes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Incase if you dont want to Use "built-in theme" option from Dash-to-Dock Settings and want to get rid of the additional length colour on both sides of dock..
take the backup of the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
and edit the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
like below at line number 118
#dashtodockContainer.opaque { background-color: transparent;
}
#dashtodockContainer.transparent { background-color: transparent;
}
to show the difference I have used cyan and blue colors in above content.
add a comment |
Incase if you dont want to Use "built-in theme" option from Dash-to-Dock Settings and want to get rid of the additional length colour on both sides of dock..
take the backup of the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
and edit the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
like below at line number 118
#dashtodockContainer.opaque { background-color: transparent;
}
#dashtodockContainer.transparent { background-color: transparent;
}
to show the difference I have used cyan and blue colors in above content.
add a comment |
Incase if you dont want to Use "built-in theme" option from Dash-to-Dock Settings and want to get rid of the additional length colour on both sides of dock..
take the backup of the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
and edit the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
like below at line number 118
#dashtodockContainer.opaque { background-color: transparent;
}
#dashtodockContainer.transparent { background-color: transparent;
}
to show the difference I have used cyan and blue colors in above content.
Incase if you dont want to Use "built-in theme" option from Dash-to-Dock Settings and want to get rid of the additional length colour on both sides of dock..
take the backup of the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
and edit the file
~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css
like below at line number 118
#dashtodockContainer.opaque { background-color: transparent;
}
#dashtodockContainer.transparent { background-color: transparent;
}
to show the difference I have used cyan and blue colors in above content.
answered Apr 13 at 12:54
PRATAPPRATAP
3,5452933
3,5452933
add a comment |
add a comment |
All is fixed when i switch "Use built-in theme" in "Dash to Dock" in Appearance tab
add a comment |
All is fixed when i switch "Use built-in theme" in "Dash to Dock" in Appearance tab
add a comment |
All is fixed when i switch "Use built-in theme" in "Dash to Dock" in Appearance tab
All is fixed when i switch "Use built-in theme" in "Dash to Dock" in Appearance tab
edited Apr 13 at 16:47
Pablo Bianchi
3,13521836
3,13521836
answered Apr 13 at 12:27
nosferatu-idnosferatu-id
1357
1357
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133517%2fdash-to-dock-how-to-remove-these-black-stripes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown