X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fapp-manager%2Findex.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fapp-manager%2Findex.css;h=4f9cb764e084b334a3d3f864600f52fa09e19c20;hb=6b94b4db86bc087435a8d96d45b579e5dd121c75;hp=0000000000000000000000000000000000000000;hpb=fd291cce9a40ba32a84e24bbce049544740810b5;p=themes.git diff --git a/LCARStrek/browser/devtools/app-manager/index.css b/LCARStrek/browser/devtools/app-manager/index.css new file mode 100644 index 00000000..4f9cb764 --- /dev/null +++ b/LCARStrek/browser/devtools/app-manager/index.css @@ -0,0 +1,105 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +* { + margin: 0; + padding: 0; + -moz-box-sizing: border-box; + font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif; +} + +#tabs { + background: #000000; + -moz-padding-end: 3px; +} + +#toolbox-tabs { + overflow-y: auto; +} + +.button { + width: 80px; + height: 85px; + padding-bottom: 5px; + -moz-appearance: none; + border: none; + background-color: #C09070; + color: #000000; + cursor: pointer; + text-align: center; + -moz-box-align: end; + font-size: 10px; +} + +.button:first-child { + border-top: none; +} + +.button:hover, +.button[selected]:hover { + color: #000000; + background-color: #FFCF00; +} + +.button[selected] { + color: #FFCF00; + background-color: #008484; +} + +.button::-moz-focus-inner { + border-width: 0; +} + +.panel { + border-width: 0; +} + +.panel:not([selected="true"]) { + display: none; +} + +.button.toolbox { + background-repeat: no-repeat; + background-position: center 15px; + background-size: 40px 40px; +} + +.projects-button { + background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg'); + background-repeat: no-repeat; + background-position: left -5px; +} + +.projects-button[selected]:not(:hover) { + background-position: right -5px; +} + +.device-button { + background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg'); + background-position: left -85px, top left; + background-repeat: no-repeat, no-repeat; + background-size: 160px 240px, 2px 80px; +} + +.device-button[selected]:not(:hover) { + background-position: right -85px, top left; +} + +.help-button { + border-bottom: 0; + background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg'); + background-position: left -165px, top left; + background-repeat: no-repeat, no-repeat; + background-size: 160px 240px, 2px 80px; +} + +.help-button[selected]:not(:hover) { + background-position: right -165px, top left; +} + +#connection-footer { + border-width: 0; + height: 50px; + min-height: 50px; +}