mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14865] Move colors from content to colours
PHPBB3-14865
This commit is contained in:
parent
abcc7efff1
commit
cc258f09eb
2 changed files with 22 additions and 2 deletions
|
@ -626,6 +626,28 @@ dd.profile-warnings {
|
||||||
color: #bc2a4d;
|
color: #bc2a4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Show scrollbars for items with overflow on iOS devices
|
||||||
|
---------------------------------------- */
|
||||||
|
.postbody .content::-webkit-scrollbar,
|
||||||
|
.topicreview::-webkit-scrollbar,
|
||||||
|
.post_details::-webkit-scrollbar,
|
||||||
|
.codebox code::-webkit-scrollbar,
|
||||||
|
.attachbox dd::-webkit-scrollbar,
|
||||||
|
.attach-image::-webkit-scrollbar,
|
||||||
|
.dropdown-extended ul::-webkit-scrollbar {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.postbody .content::-webkit-scrollbar-thumb,
|
||||||
|
.topicreview::-webkit-scrollbar-thumb,
|
||||||
|
.post_details::-webkit-scrollbar-thumb,
|
||||||
|
.codebox code::-webkit-scrollbar-thumb,
|
||||||
|
.attachbox dd::-webkit-scrollbar-thumb,
|
||||||
|
.attach-image::-webkit-scrollbar-thumb,
|
||||||
|
.dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||||
|
background: rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
/* colours and backgrounds for buttons.css
|
/* colours and backgrounds for buttons.css
|
||||||
------------------------------------------------------------- */
|
------------------------------------------------------------- */
|
||||||
.button {
|
.button {
|
||||||
|
|
|
@ -863,7 +863,6 @@ table.fixed-width-table {
|
||||||
.attachbox dd::-webkit-scrollbar,
|
.attachbox dd::-webkit-scrollbar,
|
||||||
.attach-image::-webkit-scrollbar,
|
.attach-image::-webkit-scrollbar,
|
||||||
.dropdown-extended ul::-webkit-scrollbar {
|
.dropdown-extended ul::-webkit-scrollbar {
|
||||||
background: rgba(0, 0, 0, 0.1);
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
@ -877,7 +876,6 @@ table.fixed-width-table {
|
||||||
.attachbox dd::-webkit-scrollbar-thumb,
|
.attachbox dd::-webkit-scrollbar-thumb,
|
||||||
.attach-image::-webkit-scrollbar-thumb,
|
.attach-image::-webkit-scrollbar-thumb,
|
||||||
.dropdown-extended ul::-webkit-scrollbar-thumb {
|
.dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||||
background: rgba(0, 0, 0, 0.3);
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue