mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-31 07:13:32 +02:00
Removed unnecessary !importants from CSS.
This commit is contained in:
@@ -86,8 +86,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
#liberator-commandline-prompt {
|
#liberator-commandline-prompt {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
#liberator-commandline-prompt, #liberator-commandline-command {
|
#liberator-commandline-command {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
@@ -110,33 +111,33 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
}
|
}
|
||||||
.hl-ErrorMsg {
|
.hl-ErrorMsg {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
color: white !important;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.hl-InfoMsg {
|
.hl-InfoMsg {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: magenta !important;
|
color: magenta;
|
||||||
}
|
}
|
||||||
.hl-ModeMsg {
|
.hl-ModeMsg {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black !important;
|
color: black;
|
||||||
}
|
}
|
||||||
.hl-MoreMsg {
|
.hl-MoreMsg {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: green !important;
|
color: green;
|
||||||
}
|
}
|
||||||
.hl-Question {
|
.hl-Question {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: green !important;
|
color: green;
|
||||||
}
|
}
|
||||||
.hl-Title {
|
.hl-Title {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: magenta !important;
|
color: magenta;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.hl-Warning {
|
.hl-Warning {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: red !important;
|
color: red;
|
||||||
}
|
}
|
||||||
.hl-StatusLine {
|
.hl-StatusLine {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user