mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #21 - Part 2: Remove experiment extension assets and styling
This commit is contained in:
parent
369e68a663
commit
9f8aa81a87
9 changed files with 0 additions and 107 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 822 B |
|
|
@ -258,9 +258,6 @@
|
|||
#category-dictionary > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png");
|
||||
}
|
||||
#category-experiment > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-experiments.png");
|
||||
}
|
||||
#category-availableUpdates > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
|
||||
}
|
||||
|
|
@ -485,10 +482,6 @@
|
|||
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
|
||||
}
|
||||
|
||||
.addon-view[type="experiment"] .icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/experimentGeneric.png");
|
||||
}
|
||||
|
||||
.name-container {
|
||||
font-size: 150%;
|
||||
margin-bottom: 0;
|
||||
|
|
@ -1177,30 +1170,3 @@ button.button-link:not([disabled="true"]):active:hover {
|
|||
box-shadow: inset 0 0 4px rgb(45,54,71), 0 1px rgba(255,255,255,0.25);
|
||||
background-image: linear-gradient(rgba(45,54,71,0.6), transparent);
|
||||
}
|
||||
|
||||
/*** telemetry experiments ***/
|
||||
|
||||
#detail-experiment-container {
|
||||
font-size: 80%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#detail-experiment-bullet-container,
|
||||
#detail-experiment-state,
|
||||
#detail-experiment-time,
|
||||
.experiment-bullet-container,
|
||||
.experiment-state,
|
||||
.experiment-time {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.addon .experiment-bullet,
|
||||
#detail-experiment-bullet {
|
||||
fill: rgb(158, 158, 158);
|
||||
}
|
||||
|
||||
.addon[active="true"] .experiment-bullet,
|
||||
#detail-view[active="true"] #detail-experiment-bullet {
|
||||
fill: rgb(106, 201, 20);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue