Dash-to-Dock: How to remove these black stripes? Announcing the arrival of Valued Associate...
Why does tar appear to skip file contents when output file is /dev/null?
Passing functions in C++
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
Why does this iterative way of solving of equation work?
If A makes B more likely then B makes A more likely"
Single author papers against my advisor's will?
What computer would be fastest for Mathematica Home Edition?
Strange behaviour of Check
How to market an anarchic city as a tourism spot to people living in civilized areas?
How is simplicity better than precision and clarity in prose?
Can I throw a longsword at someone?
Unexpected result with right shift after bitwise negation
Did the new image of black hole confirm the general theory of relativity?
Two different pronunciation of "понял"
Understanding this description of teleportation
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Active filter with series inductor and resistor - do these exist?
Mortgage adviser recommends a longer term than necessary combined with overpayments
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Antler Helmet: Can it work?
90's book, teen horror
Stars Make Stars
How do we build a confidence interval for the parameter of the exponential distribution?
Unable to start mainnet node docker container
Dash-to-Dock: How to remove these black stripes?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Gnome dash to dock extension minimize when you click, instead of shift+clickHow can I get rid of the dock in Ubuntu 18?How can I replace default Ubuntu Dock with Dash To Dock gnome extension?How to hide/remove left side dock in Ubuntu 18.04 LTS?Dash-to-Dock icon sizeUbuntu 18.10: visual artifacts (black bar) in dock if extend-height is disabledDock shown both at bottom and left in Activities overview / search windowCan I rearrange the “unpinned” apps on the Dash / Ubuntu Dock?Dash-to-Dock keeps disappearing on Ubuntu 18.04Change Dash to Dock setting on Ubuntu 18.10
.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 yesterday
Pablo Bianchi
3,13521636
3,13521636
asked yesterday
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 yesterday
PRATAPPRATAP
3,5102933
3,5102933
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 yesterday
Pablo Bianchi
3,13521636
3,13521636
answered yesterday
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