chore: initial commit
This commit is contained in:
commit
67c7ccd66b
11102 changed files with 455009 additions and 0 deletions
27
.themes/dracula/gtk-3.20/widgets/_action-bars.scss
Normal file
27
.themes/dracula/gtk-3.20/widgets/_action-bars.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
/***************
|
||||
* Action bars *
|
||||
***************/
|
||||
|
||||
.action-bar {
|
||||
background-color: darken($bg_color, 10%);
|
||||
border: solid $borders_color;
|
||||
border-width: 1px 0 0 0;
|
||||
color: $fg_color;
|
||||
box-shadow: none;
|
||||
|
||||
&:backdrop {
|
||||
background-color: darken($backdrop_bg_color, 10%);
|
||||
box-shadow: none;
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 0 6px 6px;
|
||||
border-width: 0px 1px 1px 1px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue