Bug #22934 » 14788.diff
typo3/sysext/t3skin/stylesheets/visual/main_content.css (Arbeitskopie) | ||
---|---|---|
- - - - - - - - - - - - - - - - - - - - - */
|
||
.t3-row-header {
|
||
background-color: #7f7f7f;
|
||
background-color: #5b5b5b;
|
||
background-image: url('../../images/backgrounds/row-header.png');
|
||
background-image: linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -moz-linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #7f7f7f), color-stop(1, #5b5b5b));
|
||
background-repeat: repeat-x;
|
||
color: #fff;
|
||
font-size: 10px;
|
||
line-height: 19px;
|
||
... | ... | |
input[type="submit"],
|
||
input[type="reset"],
|
||
input[type="button"] {
|
||
background-color: #e2e2e2;
|
||
background-color: #f6f6f6;
|
||
background-image: url('../../images/backgrounds/button.png');
|
||
background-image: linear-gradient(center top, #f6f6f6 10%, #d5d5d5 90%);
|
||
background-image: -moz-linear-gradient(center top, #f6f6f6 10%, #d5d5d5 90%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #f6f6f6), color-stop(0.9, #d5d5d5));
|
||
background-position: bottom;
|
||
background-repeat: repeat-x;
|
||
border: 1px solid #7c7c7c;
|
||
border-radius: 1px;
|
||
-moz-border-radius: 1px;
|
||
... | ... | |
input[type="submit"]:hover,
|
||
input[type="reset"]:hover,
|
||
input[type="button"]:hover {
|
||
background-color: #c3c7ce;
|
||
background-color: #c8c8c8;
|
||
background-image: url('../../images/backgrounds/button-hover.png');
|
||
background-image: linear-gradient(center top, #f6f6f6 10%, #c8c8c8 90%);
|
||
background-image: -moz-linear-gradient(center top, #f6f6f6 10%, #bdbcbc 90%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #f6f6f6), color-stop(0.9, #c8c8c8));
|
||
background-position: bottom;
|
||
background-repeat: repeat-x;
|
||
border: 1px solid #737f91;
|
||
color: #1e1e1e;
|
||
cursor: pointer;
|
typo3/sysext/t3skin/stylesheets/visual/toolbar_logout.css (Arbeitskopie) | ||
---|---|---|
}
|
||
#logout-button input:hover {
|
||
background-color: #c3c7ce;
|
||
background-color: #c8c8c8;
|
||
background-image: url('../../images/backgrounds/button-hover.png');
|
||
background-image: linear-gradient(center top, #f6f6f6 10%, #c8c8c8 90%);
|
||
background-image: -moz-linear-gradient(center top, #f6f6f6 10%, #bdbcbc 90%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #f6f6f6), color-stop(0.9, #c8c8c8));
|
typo3/sysext/t3skin/stylesheets/visual/login_screen.css (Arbeitskopie) | ||
---|---|---|
* @section box layout
|
||
*/
|
||
.t3-login-box-body {
|
||
background: #ebebeb;
|
||
background-color: #c9c9c9;
|
||
background-image: url('../../images/backgrounds/login-box.png');
|
||
background-image: linear-gradient(center top, #ebebeb 0%, #c9c9c9 100%);
|
||
background-image: -moz-linear-gradient(center top, #ebebeb 0%, #c9c9c9 100%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #ebebeb), color-stop(1, #c9c9c9));
|
||
background-repeat: repeat-x;
|
||
}
|
typo3/sysext/t3skin/stylesheets/visual/element_tab.css (Arbeitskopie) | ||
---|---|---|
}
|
||
div.typo3-dyntabmenu-divs {
|
||
background: #ececec;
|
||
background-color: #ececec;
|
||
background-image: url('../../images/backgrounds/tab.png');
|
||
background-image: linear-gradient(center top, #ffffff 0px, #ececec 100px);
|
||
background-image: -moz-linear-gradient(center top, #ffffff 0px, #ececec 100px);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0px, #ffffff), color-stop(100px, #ececec));
|
||
background-repeat: repeat-x;
|
||
border: 1px solid #adadad;
|
||
}
|
||
typo3/sysext/t3skin/stylesheets/visual/topbar.css (Arbeitskopie) | ||
---|---|---|
#typo3-top-container {
|
||
background-color: #3f3f3f;
|
||
background-image: url('../../images/backgrounds/topbar.png');
|
||
background-image: gradient(center top , #494949 0%, #373737 91%, #343434 92%, #2A2A2A 100%);
|
||
background-image: -moz-linear-gradient(center top , #494949 0%, #373737 91%, #343434 92%, #2A2A2A 100%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #494949) color-stop(0.91, #373737), color-stop(0.92, #343434), color-stop(1, #2a2a2a));
|
||
background-repeat: repeat-x;
|
||
}
|