mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
minor css work
This commit is contained in:
parent
1ff649d53c
commit
3bb55bb9b9
@ -72,7 +72,6 @@ button.custom {
|
||||
background-image: linear-gradient(#a8cbff, #80b3ff);
|
||||
background-repeat: repeat-x;
|
||||
color: #222;
|
||||
cursor: pointer;
|
||||
opacity: 0.8;
|
||||
}
|
||||
button.custom.disabled {
|
||||
|
21
src/css/settings.css
Normal file
21
src/css/settings.css
Normal file
@ -0,0 +1,21 @@
|
||||
ul {
|
||||
padding-left: 1em;
|
||||
}
|
||||
ul#userSettings {
|
||||
padding-left: 0;
|
||||
}
|
||||
li {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
ul#userSettings {
|
||||
list-style-type: none;
|
||||
}
|
||||
#localData > ul > li {
|
||||
margin-top: 1em;
|
||||
}
|
||||
#localData > ul > li > ul > li:nth-of-type(2) {
|
||||
font-family: monospace;
|
||||
}
|
||||
#experimental-enabled {
|
||||
margin-top: 1em;
|
||||
}
|
@ -5,30 +5,7 @@
|
||||
<title>uBlock — Settings</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/common.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
||||
<style>
|
||||
ul {
|
||||
padding-left: 1em;
|
||||
}
|
||||
ul#userSettings {
|
||||
padding-left: 0;
|
||||
}
|
||||
li {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
ul#userSettings {
|
||||
list-style-type: none;
|
||||
}
|
||||
#localData > ul > li {
|
||||
margin-top: 1em;
|
||||
}
|
||||
#localData > ul > li > ul > li:nth-of-type(2) {
|
||||
font-family: monospace;
|
||||
font-size: small;
|
||||
}
|
||||
#experimental-enabled {
|
||||
margin-top: 1em;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="css/settings.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user